fusion db script
This commit is contained in:
@@ -1 +0,0 @@
|
||||
UPDATE `organisation` SET `Verfahrensstufe` = '0' WHERE (`Verfahrensstufe` = '1');
|
||||
@@ -1,3 +1,5 @@
|
||||
UPDATE `organisation` SET `Verfahrensstufe` = '0' WHERE (`Verfahrensstufe` = '1');
|
||||
|
||||
ALTER TABLE `gkvabrechnung`
|
||||
ADD COLUMN `OrganisationOid` BIGINT NULL DEFAULT NULL AFTER `Verfahrensstufe`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user