aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql
diff options
context:
space:
mode:
authorM.Gergo2020-03-28 00:10:03 +0100
committerM.Gergo2020-03-28 00:10:03 +0100
commit9424baefa25b375a492acca5e7488fb79e76bbb7 (patch)
tree6b184abca31ae9a32c9b40380dfb72ef0b70e27e /mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql
parent84cd05de4eaba22c158f88564b7941d5f4d70069 (diff)
downloadmayor-9424baefa25b375a492acca5e7488fb79e76bbb7.tar.gz
mayor-9424baefa25b375a492acca5e7488fb79e76bbb7.zip
Rev: 4642rev4642
Diffstat (limited to 'mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql')
-rw-r--r--mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql b/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql
index ba6686cd..d726406b 100644
--- a/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql
+++ b/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql
@@ -10,8 +10,8 @@ IF NOT EXISTS (
) THEN
CREATE TABLE `oraHazifeladatDiak` (
- `hazifeladatId` int(10) unsigned DEFAULT NULL,
- `diakId` int(10) unsigned DEFAULT NULL,
+ `hazifeladatId` int(10) unsigned NOT NULL,
+ `diakId` int(10) unsigned NOT NULL,
`diakLattamDt` datetime DEFAULT NULL,
`tanarLattamDt` datetime DEFAULT NULL,
`hazifeladatDiakStatus` ENUM('','kész') DEFAULT '',