fix(storage): default workspace time migration (#26556)
This commit is contained in:
parent
e22144806f
commit
57efec4429
2 changed files with 44 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
ALTER TABLE `workspace` ADD `time_used` integer NOT NULL;
|
||||
ALTER TABLE `workspace` ADD `time_used` integer NOT NULL DEFAULT 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue