feat(api): add sort_order column to categories

This commit is contained in:
yeuimu
2026-09-02 10:16:29 +08:00
parent d01c1e1b97
commit dc90712c4f
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "categories" ADD COLUMN "sort_order" INTEGER NOT NULL DEFAULT 0;