mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Add dataSource as unique constraint to MarketData schema * Update changelogpull/1891/head
Thomas Kaul
2 years ago
committed by
GitHub
9 changed files with 69 additions and 31 deletions
@ -0,0 +1,5 @@ |
|||
-- DropIndex |
|||
DROP INDEX "MarketData_date_symbol_key"; |
|||
|
|||
-- CreateIndex |
|||
CREATE UNIQUE INDEX "MarketData_dataSource_date_symbol_key" ON "MarketData"("dataSource", "date", "symbol"); |
Loading…
Reference in new issue