Just an observation.
The 2015_09_30_bots.sql drops any and all bot view tables and creates them.
The load_bots.sql drops the view tables and creates them.
Observation : One creates in all lower case names, the other in mixed case.
So I assume if one used both sql's, could that cause headaches?
(depending on the order they were used in)
I also noticed a difference in the table naming, for example;
load_bots creates table botgroup
The update creates table bot_groups but, so far, I can't see anything where
the update drops a botgroup table (if exist).
I've never used the load_bot.sql My db has never been replaced, just
updated over the last few years
|