Feature/move scraper configuration to symbol profile (#456)

* Move scraper configuration

* Update changelog
This commit is contained in:
Thomas Kaul
2021-11-07 18:36:28 +01:00
committed by GitHub
parent b6902e10ea
commit d999a27159
10 changed files with 68 additions and 100 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "SymbolProfile" ADD COLUMN "scraperConfiguration" JSONB;