mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 7 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||
-- AlterTable |
|||
ALTER TABLE "MarketData" ALTER COLUMN "dataSource" DROP DEFAULT; |
|||
|
|||
-- AlterTable |
|||
ALTER TABLE "Order" ALTER COLUMN "dataSource" DROP DEFAULT; |
Loading…
Reference in new issue