aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/orev001587-2-intezmeny.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/update/orev001587-2-intezmeny.sql')
-rw-r--r--mayor-orig/update/orev001587-2-intezmeny.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/mayor-orig/update/orev001587-2-intezmeny.sql b/mayor-orig/update/orev001587-2-intezmeny.sql
deleted file mode 100644
index aa4dabba..00000000
--- a/mayor-orig/update/orev001587-2-intezmeny.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-ALTER TABLE kepzesOraterv ADD kepzesId smallint unsigned not null AFTER kepzesOratervId;
-ALTER TABLE kepzesOraterv ADD FOREIGN KEY(kepzesId) REFERENCES kepzes(kepzesId) ON DELETE CASCADE ON UPDATE CASCADE;
-alter table kepzes ADD kezdoEvfolyam tinyint unsigned null;
-alter table kepzes ADD zaroEvfolyam tinyint unsigned null;