fusion db script

This commit is contained in:
2024-12-20 09:09:36 +01:00
parent bc733b9a1e
commit 721d4f37d4
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +0,0 @@
UPDATE `organisation` SET `Verfahrensstufe` = '0' WHERE (`Verfahrensstufe` = '1');

View File

@@ -1,3 +1,5 @@
UPDATE `organisation` SET `Verfahrensstufe` = '0' WHERE (`Verfahrensstufe` = '1');
ALTER TABLE `gkvabrechnung`
ADD COLUMN `OrganisationOid` BIGINT NULL DEFAULT NULL AFTER `Verfahrensstufe`;