Skip to content

Commit

Permalink
Database dumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cross committed Oct 2, 2015
1 parent edd3ef0 commit 8881026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions db/literature.dat
Expand Up @@ -80,7 +80,7 @@ UNLOCK TABLES;

LOCK TABLES `production` WRITE;
/*!40000 ALTER TABLE `production` DISABLE KEYS */;
INSERT INTO `production` VALUES (1,'Pride and Prejudice',22,1995,'BBC'),(2,'Pride and Prejudice',22,2005,'StudioCanal/Working Title');
INSERT INTO `production` VALUES (1,NULL,22,1995,'BBC'),(2,NULL,22,2005,'StudioCanal/Working Title'),(3,NULL,22,1938,NULL),(4,NULL,22,1940,NULL),(5,NULL,22,1952,NULL),(6,'Orgoglio e pregiudizio',22,1957,NULL),(7,NULL,22,1958,NULL),(8,'De vier dochters Bennet',22,1961,NULL),(9,NULL,22,1967,NULL),(10,NULL,22,1980,NULL),(11,'Bride and Prejudice',22,2004,NULL);
/*!40000 ALTER TABLE `production` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down Expand Up @@ -121,4 +121,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2015-10-01 21:43:23
-- Dump completed on 2015-10-02 13:24:51
4 changes: 2 additions & 2 deletions db/literature.sql
Expand Up @@ -135,7 +135,7 @@ CREATE TABLE `production` (
PRIMARY KEY (`id`),
KEY `work` (`work`),
CONSTRAINT `production_ibfk_1` FOREIGN KEY (`work`) REFERENCES `work` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
Expand Down Expand Up @@ -197,4 +197,4 @@ CREATE TABLE `work_product` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2015-10-01 21:43:34
-- Dump completed on 2015-10-02 13:24:51

0 comments on commit 8881026

Please sign in to comment.