Files
BeWoPlaner/Model/Changes_2024_10_16 Organisation Erprobungsverfahren Default.txt
Rene Evertz 7f8874f93c Weitere IKs ermitteln
Orga Notizen Groupbox Style
2024-10-21 16:09:52 +02:00

5 lines
150 B
Plaintext

ALTER TABLE `organisation`
CHANGE COLUMN `Verfahrensstufe` `Verfahrensstufe` INT NULL DEFAULT '1' ;
UPDATE `organisation`
SET `Verfahrensstufe` = 1;