Files
ghostfolio/prisma/migrations/20230610083653_added_comment_to_account/migration.sql
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;