mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Add default values * Add database validation script * Update changelogpull/1135/head
Thomas Kaul
2 years ago
committed by
GitHub
5 changed files with 8 additions and 2 deletions
@ -0,0 +1,2 @@ |
|||
-- AlterTable |
|||
ALTER TABLE "SymbolProfileOverrides" ALTER COLUMN "countries" SET DEFAULT '[]'; |
@ -0,0 +1,2 @@ |
|||
-- AlterTable |
|||
ALTER TABLE "SymbolProfileOverrides" ALTER COLUMN "sectors" SET DEFAULT '[]'; |
Loading…
Reference in new issue