You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,..
Apologies in advance as I'm not very good with php or mysql. after running db_upgrade it modified my tables to raw_logs_test_2019_04 from this line in db_upgrade.php.
$new_table_name = "{$db_table}test{$suffix}";
Should it be $new_table_name = "{$db_table}_{$suffix}" ?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,..
Apologies in advance as I'm not very good with php or mysql. after running db_upgrade it modified my tables to raw_logs_test_2019_04 from this line in db_upgrade.php.
$new_table_name = "{$db_table}test{$suffix}";
Should it be $new_table_name = "{$db_table}_{$suffix}" ?
Cheers
The text was updated successfully, but these errors were encountered: