5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
ALTER TABLE `organisation`
|
|
CHANGE COLUMN `Verfahrensstufe` `Verfahrensstufe` INT NULL DEFAULT '1' ;
|
|
|
|
UPDATE `organisation`
|
|
SET `Verfahrensstufe` = 1; |