Skip to content

Commit

Permalink
Anlagenkonto Attribut in DB nicht löschen (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jan 7, 2025
1 parent 00c6df6 commit 36ab577
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void run() throws ApplicationException
execute("update konto set kontoart = 1 where anlagenkonto IS FALSE");
execute("update konto set kontoart = 2 where anlagenkonto IS TRUE");

execute(dropColumn("konto", "anlagenkonto"));
// Das kann man später machen, so kann man auch wieder in der SW zurück gehen
// execute(dropColumn("konto", "anlagenkonto"));
}
}

0 comments on commit 36ab577

Please sign in to comment.