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, 7 insertions, 0 deletions
diff --git a/mayor-orig/update/orev001599-1-intezmeny.sql b/mayor-orig/update/orev001599-1-intezmeny.sql
new file mode 100644
index 00000000..08e82ecf
--- /dev/null
+++ b/mayor-orig/update/orev001599-1-intezmeny.sql
@@ -0,0 +1,7 @@
+
+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;