Skip to content

Commit

Permalink
Added some more creations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dala0 committed Mar 12, 2015
1 parent a92e784 commit 2bfc50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/gg_creation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TABLE `creation` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`text` varchar(1024) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
Expand All @@ -37,7 +37,7 @@ CREATE TABLE `creation` (

LOCK TABLES `creation` WRITE;
/*!40000 ALTER TABLE `creation` DISABLE KEYS */;
INSERT INTO `creation` VALUES (1,'the planet Earth'),(2,'the universe'),(3,'the Milkyway'),(4,'Europe'),(5,'the planet Mars'),(6,'the planet Venus'),(7,'the Sun'),(8,'the solar system'),(9,'the Sol system'),(10,'the Virgo Supercluster'),(11,'the Andromeda Galaxy'),(12,'an atom'),(13,'the planet Jupiter'),(14,'the planet Saturn'),(15,'everything that exists'),(16,'time and space'),(17,'life'),(18,'vertebrates'),(19,'humanity'),(20,'humankind'),(21,'a quark'),(22,'bats'),(23,'snails'),(24,'the world'),(25,'a photon'),(26,'an up quark'),(27,'a charm quark'),(28,'a Higgs boson'),(29,'Asia'),(30,'Mount Everest'),(31,'light'),(32,'matter'),(33,'energy'),(34,'the cosmos');
INSERT INTO `creation` VALUES (1,'the planet Earth'),(2,'the universe'),(3,'the Milkyway'),(4,'Europe'),(5,'the planet Mars'),(6,'the planet Venus'),(7,'the Sun'),(8,'the solar system'),(9,'the Sol system'),(10,'the Virgo Supercluster'),(11,'the Andromeda Galaxy'),(12,'an atom'),(13,'the planet Jupiter'),(14,'the planet Saturn'),(15,'everything that exists'),(16,'time and space'),(17,'life'),(18,'vertebrates'),(19,'humanity'),(20,'humankind'),(21,'a quark'),(22,'bats'),(23,'snails'),(24,'the world'),(25,'a photon'),(26,'an up quark'),(27,'a charm quark'),(28,'a Higgs boson'),(29,'Asia'),(30,'Mount Everest'),(31,'light'),(32,'matter'),(33,'energy'),(34,'the cosmos'),(35,'hamsters'),(36,'rats'),(37,'dogs'),(38,'bananas');
/*!40000 ALTER TABLE `creation` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand All @@ -50,4 +50,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2015-02-10 15:42:58
-- Dump completed on 2015-03-12 1:44:32

0 comments on commit 2bfc50c

Please sign in to comment.