This commit is contained in:
Ember Moth
2026-07-05 22:22:13 +08:00
parent 4ffdc89421
commit d2253bb8fa
83 changed files with 23 additions and 1033 deletions
-4
View File
@@ -1,7 +1,3 @@
-- migrate:up
ALTER TABLE `nodes`
ADD COLUMN `sort` INT UNSIGNED NOT NULL DEFAULT 0
COMMENT 'Sort' AFTER `enabled`;
-- migrate:down
ALTER TABLE `nodes`
DROP COLUMN `sort`;