mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
-- Set default value |
|||
UPDATE "SymbolProfile" SET "currency" = 'USD' WHERE "currency" IS NULL; |
|||
|
|||
-- AlterTable |
|||
ALTER TABLE "SymbolProfile" ALTER COLUMN "currency" SET NOT NULL; |
Loading…
Reference in new issue