Feature/improve asset profile management (#1485)

* Improve asset profile management (Add note, fix filter)

* Update changelog
This commit is contained in:
Thomas Kaul
2022-11-30 20:01:17 +01:00
committed by GitHub
parent de3e0fad83
commit b5b7af7741
15 changed files with 107 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "SymbolProfile" ADD COLUMN "comment" TEXT;