Feature/change cash to liquidity in asset class enum (#3321)

* Change CASH to LIQUIDITY in asset class enum

* Update changelog
This commit is contained in:
Thomas Kaul
2024-04-23 18:55:37 +02:00
committed by GitHub
parent a6dde8ad43
commit cdbe6eedeb
27 changed files with 755 additions and 721 deletions

View File

@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "AssetSubClass" ADD VALUE 'CASH';