Feature/add database migration to reset account type in account table (#2602)
* Set accountType to NULL * Update changelogpull/2611/head
parent
52df0c62ab
commit
669f1fb60c
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
UPDATE "Account" SET "accountType" = NULL;
|
Loading…
Reference in new issue