need this update that converts StorageId to NOT NULL default 0
This commit is contained in:
parent
85b2ba73ab
commit
18ae1298c4
|
@ -0,0 +1,8 @@
|
||||||
|
--
|
||||||
|
-- This updates a 1.30.6 database to 1.30.7
|
||||||
|
--
|
||||||
|
-- Changing StorageId to be NOT NULL and default 0
|
||||||
|
--
|
||||||
|
|
||||||
|
ALTER TABLE Monitors MODIFY `StorageId` smallint(5) unsigned NOT NULL default 0;
|
||||||
|
ALTER TABLE Events MODIFY `StorageId` smallint(5) unsigned NOT NULL default 0;
|
Loading…
Reference in New Issue