aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-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` (