aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install/module-naplo/mysql
diff options
context:
space:
mode:
authorM.Gergo2019-04-04 13:04:51 +0200
committerM.Gergo2019-04-04 13:04:51 +0200
commit78d4c90716008073d654b7c8d311f67367ee3c88 (patch)
tree0c896481eb91b5f02e20cac88a9c4b328a070d9e /mayor-orig/mayor-naplo/install/module-naplo/mysql
parent6947bf23be62a729dadd99f1156ab3456483c204 (diff)
downloadmayor-78d4c90716008073d654b7c8d311f67367ee3c88.tar.gz
mayor-78d4c90716008073d654b7c8d311f67367ee3c88.zip
Rev: 4506
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql')
-rw-r--r--mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql b/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
index 23507fda..eaf74280 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
@@ -489,9 +489,9 @@ CREATE TABLE `hianyzasKreta` (
KEY `hianyzasKreta_oId` (`oId`),
KEY `hianyzasKreta_diakId` (`diakId`),
KEY `hianyzasKreta_tankorId` (`tankorId`),
- CONSTRAINT `hk_ibfk_1` FOREIGN KEY (`oId`) REFERENCES `intezmeny_vmg`.`diak` (`oId`) ON DELETE CASCADE ON UPDATE CASCADE,
- CONSTRAINT `hk_ibfk_2` FOREIGN KEY (`diakId`) REFERENCES `intezmeny_vmg`.`diak` (`diakId`) ON DELETE CASCADE ON UPDATE CASCADE,
- CONSTRAINT `hk_ibfk_3` FOREIGN KEY (`tankorId`) REFERENCES `intezmeny_vmg`.`tankor` (`tankorId`) ON DELETE CASCADE ON UPDATE CASCADE
+ CONSTRAINT `hk_ibfk_1` FOREIGN KEY (`oId`) REFERENCES `%DB%`.`diak` (`oId`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `hk_ibfk_2` FOREIGN KEY (`diakId`) REFERENCES `%DB%`.`diak` (`diakId`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `hk_ibfk_3` FOREIGN KEY (`tankorId`) REFERENCES `%DB%`.`tankor` (`tankorId`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
CREATE TABLE `koszi` (