Eliminate data source from order model (#730)

* Eliminate currency, data source and symbol from order model

* Remove prefix for symbols with data source GHOSTFOLIO

* Update changelog
This commit is contained in:
Thomas Kaul
2022-03-05 11:07:27 +01:00
committed by GitHub
parent 86acbf06f4
commit c216ab1d76
21 changed files with 147 additions and 151 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Order" DROP COLUMN "symbol";