Files
BeWoPlaner/Model/Changes_2022_06_01_Wohnheim.txt

4 lines
185 B
Plaintext
Raw Normal View History

2022-06-20 14:13:28 +02:00
ALTER TABLE `wohnheim`
ADD COLUMN `Sortierungsart` INT NULL DEFAULT NULL AFTER `StandardZeilenanzahl`,
ADD COLUMN `AbsteigendeSortierung` INT NULL DEFAULT NULL AFTER `Sortierungsart`;