Feature/add data gathering for symbol profile data (#228)

* Implement profile data gathering

* Update changelog
This commit is contained in:
Thomas
2021-07-24 21:13:48 +02:00
committed by GitHub
parent be8d60968d
commit 6996e5a140
11 changed files with 171 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "SymbolProfile" ADD COLUMN "currency" "Currency";