Feature/remove default value of data source (#379)

* Remove default value of dataSource

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-19 17:16:29 +02:00
committed by GitHub
parent d5392de7c9
commit f2364eed10
3 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "MarketData" ALTER COLUMN "dataSource" DROP DEFAULT;
-- AlterTable
ALTER TABLE "Order" ALTER COLUMN "dataSource" DROP DEFAULT;