mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixed the dbTest units so they work (#6293)
* fix: Fixed the dbTest units so they work * fix schema, should now pass
This commit is contained in:
committed by
Tony Murray
parent
962c47168c
commit
cf509f138b
@@ -1,2 +1,2 @@
|
||||
ALTER TABLE `eventlog` CHANGE `datetime` `datetime` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:01';
|
||||
ALTER TABLE `eventlog` CHANGE `datetime` `datetime` DATETIME NOT NULL DEFAULT '1970-01-02 00:00:01';
|
||||
ALTER TABLE `eventlog` ADD COLUMN `severity` INT(1) NULL DEFAULT 2 AFTER `reference`;
|
||||
|
||||
Reference in New Issue
Block a user