Files
2025-12-21 16:47:19 +01:00

3 lines
101 B
SQL

-- AlterTable
ALTER TABLE "ArtTag" ADD COLUMN "showOnAnimalPage" BOOLEAN NOT NULL DEFAULT false;