aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install/module-naplo/mysql
diff options
context:
space:
mode:
authorM.Gergo2020-03-24 18:56:00 +0100
committerM.Gergo2020-03-24 18:56:00 +0100
commit2f93e272054ed126be63db31d33e90f51f09d30e (patch)
tree0344db4e179a6aa9ccf2503d6d6ca25fa39e53d0 /mayor-orig/mayor-naplo/install/module-naplo/mysql
parent351ace3031cf063cef346027ae209d218225242a (diff)
downloadmayor-2f93e272054ed126be63db31d33e90f51f09d30e.tar.gz
mayor-2f93e272054ed126be63db31d33e90f51f09d30e.zip
Rev: 4633rev4633
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql')
-rw-r--r--mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql1
1 files changed, 1 insertions, 0 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 65b3a584..efe43f5d 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
@@ -147,6 +147,7 @@ CREATE TABLE `oraHazifeladat` (
`hazifeladatId` int(10) unsigned NOT NULL AUTO_INCREMENT,
`oraId` int(10) unsigned DEFAULT NULL,
`hazifeladatLeiras` text COLLATE utf8_hungarian_ci NOT NULL,
+ `hazifeladatFeltoltesEngedely` tinyint(3) unsigned DEFAULT '0',
PRIMARY KEY (`hazifeladatId`),
UNIQUE KEY `oraId` (`oraId`),
CONSTRAINT `oraHazifeladat_ibfk_1` FOREIGN KEY (`oraId`) REFERENCES `ora` (`oraId`) ON DELETE CASCADE ON UPDATE CASCADE