mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Fix migration invalid syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ALTER TABLE script_assets ADD COLUMN IF NOT EXISTS z_index INTEGER NOT NULL DEFAULT 1;
|
ALTER TABLE script_assets ADD COLUMN z_index INTEGER NOT NULL DEFAULT 1;
|
||||||
|
|
||||||
UPDATE script_assets
|
UPDATE script_assets
|
||||||
SET z_index = 1
|
SET z_index = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user