diff --git a/database/gg_creation.sql b/database/gg_creation.sql index 8dd47ce..870a786 100644 --- a/database/gg_creation.sql +++ b/database/gg_creation.sql @@ -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 */; -- @@ -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 */; @@ -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