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
commit 57efec4429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;