fix typo
This commit is contained in:
parent
ecd66edbd6
commit
c8cb00e57e
|
@ -9,7 +9,7 @@ SET @s = (SELECT IF(
|
||||||
AND table_schema = DATABASE()
|
AND table_schema = DATABASE()
|
||||||
AND column_name = 'Type'
|
AND column_name = 'Type'
|
||||||
) > 0,
|
) > 0,
|
||||||
"SELECT 'Column Type already exists in Storages'",
|
"SELECT 'Column Type already exists in Storage'",
|
||||||
"ALTER TABLE Storage ADD `Type` enum('local','s3fs') NOT NULL default 'local' AFTER `Name`"
|
"ALTER TABLE Storage ADD `Type` enum('local','s3fs') NOT NULL default 'local' AFTER `Name`"
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue