Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_upgrade.php #28

Closed
LeoRX opened this issue Apr 3, 2019 · 2 comments
Closed

db_upgrade.php #28

LeoRX opened this issue Apr 3, 2019 · 2 comments

Comments

@LeoRX
Copy link

LeoRX commented Apr 3, 2019

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

@surfrock66
Copy link
Owner

Yes you're right, that was left in from my internal testing, lemme push an update.

surfrock66 added a commit that referenced this issue Apr 10, 2019
@surfrock66
Copy link
Owner

Push committed, should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants