add migration

This commit is contained in:
daniel31x13 2024-11-02 18:01:36 -04:00
parent 394251c1f1
commit eed80ca812

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Collection" ADD COLUMN "tagsArePublic" BOOLEAN NOT NULL DEFAULT false;