stellenantrag_neu/Pflicht.sql
2022-11-28 09:17:05 +01:00

5 lines
702 B
SQL
Executable File

INSERT INTO `stan_stellenart` (`artid`, `bezeichnung`, `Merkmal`) VALUES (NULL, 'Gemeinde bis zu 10.000 EW (Pflichtmodul)', 'P');
ALTER TABLE `stan_stellenart` CHANGE `Merkmal` `Merkmal` VARCHAR(5) CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL COMMENT 'A=Ausland, S=Sonderfall, P=Pflichtmodul';
ALTER TABLE `stan_antrag` ADD `beurteilt` ENUM('Y','N') NOT NULL DEFAULT 'N' AFTER `bearbeitung`;
INSERT INTO `stan_admin_rechte` (`stan_admin_rolle`, `Beschreibung`, `dateiname`, `target`, `bereich`, `sort_order`) VALUES ('a_offebeu', 'Offene Beurteilungen', 'offene_beurteilung.php', 'kurshaupt', 'j', '1335');
create table stan_tmp_check_data3 SELECT * FROM `stan_tmp_check_data` WHERE 1=2;