Merge pull request #19 from jedmund/hotfix/project-loading
fix: add missing migration for project header visibility fields
This commit is contained in:
commit
3a1670c096
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Project" ADD COLUMN "showFeaturedImageInHeader" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "showBackgroundColorInHeader" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "showLogoInHeader" BOOLEAN NOT NULL DEFAULT true;
|
||||
Loading…
Reference in a new issue