Feature/add support for bonds (#755)

* Add support for bonds

* Update changelog
This commit is contained in:
Thomas Kaul
2022-03-14 17:39:09 +01:00
committed by GitHub
parent e769fabbae
commit d8da574ae4
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "AssetClass" ADD VALUE 'FIXED_INCOME';