Thomas Kaul 6be38a1c19
Feature/remove is default flag from account database schema (#3041)
* Remove isDefault flag from Account database schema

* Update changelog
2024-02-24 19:44:56 +01:00

3 lines
61 B
SQL

-- AlterTable
ALTER TABLE "Account" DROP COLUMN "isDefault";