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

Table name is wrong ALTER TABLE plugin_monitor_update should be ALTER TABLE plugin_monitor_uptime #162

Closed
MSS970 opened this issue Dec 26, 2023 · 1 comment

Comments

@MSS970
Copy link
Contributor

MSS970 commented Dec 26, 2023

db_execute('ALTER TABLE plugin_monitor_update

Issue: table name is wrong:

	db_execute('ALTER TABLE plugin_monitor_update
		MODIFY COLUMN uptime BIGINT unsigned NOT NULL default "0"');

It should be:

	db_execute('ALTER TABLE plugin_monitor_uptime
		MODIFY COLUMN uptime BIGINT unsigned NOT NULL default "0"');
@xmacan
Copy link
Member

xmacan commented Jan 12, 2024

Thank you for reporting. Fix #164

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