Thomas Kaul 9116443305
Feature/support note in accounts (#2063)
* Add support for a note in accounts

* Update changelog
2023-06-10 12:01:13 +02:00

3 lines
63 B
SQL

-- AlterTable
ALTER TABLE "Account" ADD COLUMN "comment" TEXT;