Add symbol mapping (#452)

* Add symbol mapping

* Update changelog
This commit is contained in:
Thomas Kaul
2021-11-07 09:42:36 +01:00
committed by GitHub
parent 632f3e3872
commit 678544748a
15 changed files with 86 additions and 22 deletions

View File

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