aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/pre002189-5-naplo.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/update/pre002189-5-naplo.sql')
-rw-r--r--mayor-orig/update/pre002189-5-naplo.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/mayor-orig/update/pre002189-5-naplo.sql b/mayor-orig/update/pre002189-5-naplo.sql
new file mode 100644
index 00000000..82f239d9
--- /dev/null
+++ b/mayor-orig/update/pre002189-5-naplo.sql
@@ -0,0 +1,7 @@
+ALTER TABLE hianyzas ADD tankorTipusId int unsigned NULL DEFAULT NULL;
+UPDATE hianyzas SET tankorTipusId=1 WHERE tankorTipus='tanórai';
+UPDATE hianyzas SET tankorTipusId=4 WHERE tankorTipus='tanórán kívüli';
+UPDATE hianyzas SET tankorTipusId=2 WHERE tankorTipus='első nyelv';
+UPDATE hianyzas SET tankorTipusId=3 WHERE tankorTipus='második nyelv';
+UPDATE hianyzas SET tankorTipusId=10 WHERE tankorTipus='egyéni foglalkozás';
+UPDATE hianyzas SET tankorTipusId=4 WHERE tankorTipus='délutáni';