removed unsupported sql statement from database upgrade script

pull/43/MERGE
13621160019@163.com 2021-05-08 14:00:04 +08:00
parent 95983aaf4e
commit 900470e016
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
-- UPDATE POINT TABLE
ALTER TABLE myems_system_db.tbl_points MODIFY COLUMN low_limit decimal(18,3) NOT NULL;
ALTER TABLE myems_system_db.tbl_points ADD is_virtual BOOL DEFAULT FALSE NOT NULL;
ALTER TABLE myems_system_db.tbl_points CHANGE is_virtual is_virtual BOOL DEFAULT FALSE NOT NULL AFTER is_trend;
ALTER TABLE myems_system_db.tbl_points ADD is_virtual BOOL DEFAULT FALSE NOT NULL AFTER is_trend;
-- UPDATE VERSION NUMBER