aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/orev001599-1-intezmeny.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/update/orev001599-1-intezmeny.sql')
-rw-r--r--mayor-orig/update/orev001599-1-intezmeny.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/mayor-orig/update/orev001599-1-intezmeny.sql b/mayor-orig/update/orev001599-1-intezmeny.sql
deleted file mode 100644
index 08e82ecf..00000000
--- a/mayor-orig/update/orev001599-1-intezmeny.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-
-alter table kepzesOraszam add column tanitasiHetekSzama smallint unsigned;
-update kepzesOraszam set tanitasiHetekSzama=37 where evfolyam <> 12;
-update kepzesOraszam set tanitasiHetekSzama=31 where evfolyam = 12;
--- A "felvételt nyert" státusz bevezetése
-alter table diakJogviszony modify statusz enum('felvételt nyert','jogviszonyban van','magántanuló','jogviszonya felfüggesztve','jogviszonya lezárva') NOT NULL;
-alter table diak modify statusz enum('felvételt nyert','jogviszonyban van','magántanuló','jogviszonya felfüggesztve','jogviszonya lezárva') NOT NULL;