The function is failing..which is causing the tables to not be created.
Quote:
ERROR 1136 (21S01) at line 675: Column count doesn't match value count at row 1
|
The last 4 lines are the views being added..which reference tables that don't exist
Quote:
ERROR 1146 (42S02) at line 735: Table 'peq.bot_data' doesn't exist
ERROR 1146 (42S02) at line 755: Table 'peq.bot_groups' doesn't exist
ERROR 1146 (42S02) at line 768: Table 'peq.bot_data' doesn't exist
ERROR 1146 (42S02) at line 779: Table 'peq.bot_guild_members' doesn't exist
|
I honestly don't know what the issue is because I ran this many, many times on both a clean db and a pre-conversion bot one.
(I know what's causing it..but, I don't know why the error is occurring... Maybe NULL is greater than '0'?)