fix(storage): default workspace time migration (#26556)

This commit is contained in:
Kit Langton
2026-05-09 14:18:55 -04:00
committed by GitHub
parent e22144806f
commit 57efec4429
2 changed files with 44 additions and 1 deletions

View File

@@ -1 +1 @@
ALTER TABLE `workspace` ADD `time_used` integer NOT NULL;
ALTER TABLE `workspace` ADD `time_used` integer NOT NULL DEFAULT 0;