GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e19f08c
)
Vylepseny relace
author
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:33:40 +0000
(21:33 +0200)
committer
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:33:40 +0000
(21:33 +0200)
install.sql
patch
|
blob
|
blame
|
history
diff --git
a/install.sql
b/install.sql
index 2c0857e6f1176fdf168340cb694c5951a2395dc3..46aa6e7f3bc0fe94fd8eccbdbce278e2a6ea6de9 100644
(file)
--- a/
install.sql
+++ b/
install.sql
@@
-230,7
+230,7
@@
UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2012-07-29
14:23:53
+-- Dump completed on 2012-07-29
21:33:32
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@
-305,7
+305,7
@@
CREATE TABLE `barcode` (
`barcode_name` varchar(128) COLLATE utf8_czech_ci NOT NULL,
PRIMARY KEY (`barcode_id`),
KEY `model_id` (`model_id`),
`barcode_name` varchar(128) COLLATE utf8_czech_ci NOT NULL,
PRIMARY KEY (`barcode_id`),
KEY `model_id` (`model_id`),
- CONSTRAINT `barcode_ibfk_
1` FOREIGN KEY (`model_id`) REFERENCES `model` (`model_id`)
+ CONSTRAINT `barcode_ibfk_
2` FOREIGN KEY (`model_id`) REFERENCES `model` (`model_id`) ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `lock`;
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `lock`;
This page took
0.127841 seconds
and
4
git commands to generate.