mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Remove account type from user interface and set it optional * Update changelogpull/2337/head
Thomas Kaul
1 year ago
committed by
GitHub
19 changed files with 35 additions and 63 deletions
@ -0,0 +1,3 @@ |
|||
-- AlterTable |
|||
ALTER TABLE "Account" ALTER COLUMN "accountType" DROP NOT NULL, |
|||
ALTER COLUMN "accountType" DROP DEFAULT; |
Loading…
Reference in new issue