This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
@@ -1,8 +1,3 @@
-- migrate:up
ALTER TABLE "user_subscribe"
ADD COLUMN "note" VARCHAR(500) NOT NULL DEFAULT '';
-- migrate:down
ALTER TABLE "user_subscribe"
DROP COLUMN "note";