Add isParent boolean to tags

This commit is contained in:
2025-12-21 21:57:16 +01:00
parent d1adb07f40
commit 48114f391a
10 changed files with 46 additions and 8 deletions

View File

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