diff --git a/scripts/db/export/public-data.sh b/scripts/db/export/public-data.sh index 366b039..796e8b5 100755 --- a/scripts/db/export/public-data.sh +++ b/scripts/db/export/public-data.sh @@ -1,7 +1,7 @@ -yarn --silent mysqldump openneo_impress species species_translations colors \ +yarn run --silent mysqldump openneo_impress species species_translations colors \ color_translations zones zone_translations \ > $(dirname $0)/../public-data-constants.sql \ -&& yarn --silent mysqldump openneo_impress items item_translations \ +&& yarn run --silent mysqldump openneo_impress alt_styles items item_translations \ parents_swf_assets pet_states pet_types swf_assets \ | gzip -c \ > $(dirname $0)/../public-data-from-modeling.sql.gz \ No newline at end of file diff --git a/scripts/db/export/schema.sh b/scripts/db/export/schema.sh index 5f296ed..18118a3 100755 --- a/scripts/db/export/schema.sh +++ b/scripts/db/export/schema.sh @@ -1,11 +1,11 @@ -yarn --silent mysqldump --no-data openneo_impress closet_hangers closet_lists \ +yarn run --silent mysqldump --no-data openneo_impress closet_hangers closet_lists \ colors color_translations items item_translations modeling_logs \ parents_swf_assets pet_types pet_states species species_translations \ swf_assets users zones zone_translations \ | \ sed 's/ AUTO_INCREMENT=[0-9]*//g' \ > $(dirname $0)/../schema-for-impress.sql \ -&& yarn --silent mysqldump --no-data openneo_id users \ +&& yarn run --silent mysqldump --no-data openneo_id users \ | \ sed 's/ AUTO_INCREMENT=[0-9]*//g' \ > $(dirname $0)/../schema-for-id.sql \ No newline at end of file diff --git a/scripts/db/public-data-constants.sql b/scripts/db/public-data-constants.sql index 421e12b..964b94d 100644 --- a/scripts/db/public-data-constants.sql +++ b/scripts/db/public-data-constants.sql @@ -1,6 +1,6 @@ --- MariaDB dump 10.18 Distrib 10.4.17-MariaDB, for Linux (x86_64) +-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x86_64) -- --- Host: impress.openneo.net Database: openneo_impress +-- Host: legacy.impress.openneo.net Database: openneo_impress -- ------------------------------------------------------ -- Server version 5.5.62-0ubuntu0.14.04.1-log @@ -24,6 +24,7 @@ DROP TABLE IF EXISTS `species`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `species` ( `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -34,7 +35,7 @@ CREATE TABLE `species` ( LOCK TABLES `species` WRITE; /*!40000 ALTER TABLE `species` DISABLE KEYS */; -INSERT INTO `species` VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(14),(15),(16),(17),(18),(19),(20),(21),(22),(23),(24),(25),(26),(27),(28),(29),(30),(31),(32),(33),(34),(35),(36),(37),(38),(39),(40),(41),(42),(43),(44),(45),(46),(47),(48),(49),(50),(51),(52),(53),(54),(55); +INSERT INTO `species` VALUES (1,'acara'),(2,'aisha'),(3,'blumaroo'),(4,'bori'),(5,'bruce'),(6,'buzz'),(7,'chia'),(8,'chomby'),(9,'cybunny'),(10,'draik'),(11,'elephante'),(12,'eyrie'),(13,'flotsam'),(14,'gelert'),(15,'gnorbu'),(16,'grarrl'),(17,'grundo'),(18,'hissi'),(19,'ixi'),(20,'jetsam'),(21,'jubjub'),(22,'kacheek'),(23,'kau'),(24,'kiko'),(25,'koi'),(26,'korbat'),(27,'kougra'),(28,'krawk'),(29,'kyrii'),(30,'lenny'),(31,'lupe'),(32,'lutari'),(33,'meerca'),(34,'moehog'),(35,'mynci'),(36,'nimmo'),(37,'ogrin'),(38,'peophin'),(39,'poogle'),(40,'pteri'),(41,'quiggle'),(42,'ruki'),(43,'scorchio'),(44,'shoyru'),(45,'skeith'),(46,'techo'),(47,'tonu'),(48,'tuskaninny'),(49,'uni'),(50,'usul'),(51,'wocky'),(52,'xweetok'),(53,'yurble'),(54,'zafara'),(55,'vandagyre'); /*!40000 ALTER TABLE `species` ENABLE KEYS */; UNLOCK TABLES; @@ -80,8 +81,9 @@ CREATE TABLE `colors` ( `basic` tinyint(1) DEFAULT NULL, `standard` tinyint(1) DEFAULT NULL, `prank` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=latin1; +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -90,7 +92,7 @@ CREATE TABLE `colors` ( LOCK TABLES `colors` WRITE; /*!40000 ALTER TABLE `colors` DISABLE KEYS */; -INSERT INTO `colors` VALUES (-1,0,1,1),(1,0,1,0),(2,0,0,0),(3,0,0,0),(4,0,0,0),(5,0,0,0),(6,0,0,0),(7,0,1,0),(8,1,1,0),(9,0,0,0),(10,0,1,0),(11,0,1,0),(12,0,0,0),(13,0,1,0),(14,0,1,0),(15,0,0,0),(16,0,1,0),(17,0,1,0),(18,0,1,0),(19,0,1,0),(20,0,1,0),(21,0,1,0),(22,0,1,0),(23,0,1,0),(24,0,0,0),(25,0,1,0),(26,0,1,0),(27,0,1,0),(28,0,1,0),(29,0,1,0),(30,0,1,0),(31,0,1,0),(32,0,0,0),(33,0,0,0),(34,1,1,0),(35,0,1,0),(36,0,1,0),(37,0,1,0),(38,0,1,0),(39,0,1,0),(40,0,1,0),(41,0,0,0),(42,0,0,0),(43,0,1,0),(44,0,0,0),(45,0,1,0),(46,0,0,0),(47,0,0,0),(48,0,0,0),(49,0,0,0),(50,0,0,0),(51,0,0,0),(52,0,0,0),(53,0,1,0),(54,0,1,0),(55,0,0,0),(56,0,1,0),(57,0,1,0),(58,0,1,0),(59,0,1,0),(60,0,1,0),(61,1,1,0),(62,0,1,0),(63,0,1,0),(64,0,1,0),(65,0,1,0),(66,0,1,0),(67,0,1,0),(68,0,1,0),(69,0,1,0),(70,0,1,0),(71,0,1,0),(72,0,1,0),(73,0,1,0),(74,0,1,0),(75,0,1,0),(76,0,1,0),(77,0,1,0),(78,0,0,0),(79,0,0,0),(80,0,1,0),(81,0,1,0),(82,0,1,0),(83,0,1,0),(84,1,1,0),(85,0,1,0),(86,0,0,0),(87,0,1,0),(88,0,1,0),(89,0,1,0),(90,0,1,0),(91,0,1,0),(92,0,0,0),(93,0,1,0),(94,0,1,0),(95,0,1,0),(96,0,1,0),(97,0,1,0),(98,0,1,0),(99,0,1,0),(100,0,1,0),(101,0,0,0),(102,0,1,0),(103,0,1,0),(104,0,1,0),(105,0,1,0),(106,0,1,0),(107,NULL,1,0),(108,0,1,0),(109,0,0,0),(110,0,1,0),(111,0,1,0),(112,0,1,0),(114,0,1,0); +INSERT INTO `colors` VALUES (-1,0,1,1,'nebula'),(1,0,1,0,'alien'),(2,0,0,0,'apple'),(3,0,0,0,'asparagus'),(4,0,0,0,'aubergine'),(5,0,0,0,'avocado'),(6,0,0,0,'baby'),(7,0,1,0,'biscuit'),(8,1,1,0,'blue'),(9,0,0,0,'blueberry'),(10,0,1,0,'brown'),(11,0,1,0,'camouflage'),(12,0,0,0,'carrot'),(13,0,1,0,'checkered'),(14,0,1,0,'chocolate'),(15,0,0,0,'chokato'),(16,0,1,0,'christmas'),(17,0,1,0,'clay'),(18,0,1,0,'cloud'),(19,0,1,0,'coconut'),(20,0,1,0,'custard'),(21,0,1,0,'darigan'),(22,0,1,0,'desert'),(23,0,1,0,'disco'),(24,0,0,0,'durian'),(25,0,1,0,'electric'),(26,0,1,0,'faerie'),(27,0,1,0,'fire'),(28,0,1,0,'garlic'),(29,0,1,0,'ghost'),(30,0,1,0,'glowing'),(31,0,1,0,'gold'),(32,0,0,0,'gooseberry'),(33,0,0,0,'grape'),(34,1,1,0,'green'),(35,0,1,0,'grey'),(36,0,1,0,'halloween'),(37,0,1,0,'ice'),(38,0,1,0,'invisible'),(39,0,1,0,'island'),(40,0,1,0,'jelly'),(41,0,0,0,'lemon'),(42,0,0,0,'lime'),(43,0,1,0,'mallow'),(44,0,0,0,'maraquan'),(45,0,1,0,'msp'),(46,0,0,0,'mutant'),(47,0,0,0,'orange'),(48,0,0,0,'pea'),(49,0,0,0,'peach'),(50,0,0,0,'pear'),(51,0,0,0,'pepper'),(52,0,0,0,'pineapple'),(53,0,1,0,'pink'),(54,0,1,0,'pirate'),(55,0,0,0,'plum'),(56,0,1,0,'plushie'),(57,0,1,0,'purple'),(58,0,1,0,'quigukiboy'),(59,0,1,0,'quigukigirl'),(60,0,1,0,'rainbow'),(61,1,1,0,'red'),(62,0,1,0,'robot'),(63,0,1,0,'royalboy'),(64,0,1,0,'royalgirl'),(65,0,1,0,'shadow'),(66,0,1,0,'silver'),(67,0,1,0,'sketch'),(68,0,1,0,'skunk'),(69,0,1,0,'snot'),(70,0,1,0,'snow'),(71,0,1,0,'speckled'),(72,0,1,0,'split'),(73,0,1,0,'sponge'),(74,0,1,0,'spotted'),(75,0,1,0,'starry'),(76,0,1,0,'strawberry'),(77,0,1,0,'striped'),(78,0,0,0,'thornberry'),(79,0,0,0,'tomato'),(80,0,1,0,'tyrannian'),(81,0,1,0,'usuki boy'),(82,0,1,0,'usuki girl'),(83,0,1,0,'white'),(84,1,1,0,'yellow'),(85,0,1,0,'zombie'),(86,0,0,0,'onion'),(87,0,1,0,'magma'),(88,0,1,0,'relic'),(89,0,1,0,'woodland'),(90,0,1,0,'transparent'),(91,0,1,0,'maractite'),(92,0,0,0,'8-bit'),(93,0,1,0,'swamp gas'),(94,0,1,0,'water'),(95,0,1,0,'wraith'),(96,0,1,0,'eventide'),(97,0,1,0,'elderlyboy'),(98,0,1,0,'elderlygirl'),(99,0,1,0,'stealthy'),(100,0,1,0,'dimensional'),(101,0,0,0,'agueena'),(102,0,1,0,'pastel'),(103,0,1,0,'ummagine'),(104,0,1,0,'Polka Dot'),(105,0,1,0,'Candy'),(106,0,1,0,'marble'),(107,NULL,1,0,'Steampunk'),(108,0,1,0,'Toy'),(109,0,0,0,'Origami'),(110,0,1,0,'Oil Paint'),(111,0,1,0,'Mosaic'),(112,0,1,0,'Burlap'),(114,0,1,0,'Juppie Swirl'),(115,0,1,0,'Valentine'),(116,0,1,0,'Sroom'),(117,0,1,0,'potato'); /*!40000 ALTER TABLE `colors` ENABLE KEYS */; UNLOCK TABLES; @@ -111,7 +113,7 @@ CREATE TABLE `color_translations` ( PRIMARY KEY (`id`), KEY `index_color_translations_on_color_id` (`color_id`), KEY `index_color_translations_on_locale` (`locale`) -) ENGINE=InnoDB AUTO_INCREMENT=430 DEFAULT CHARSET=latin1; +) ENGINE=InnoDB AUTO_INCREMENT=433 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -120,7 +122,7 @@ CREATE TABLE `color_translations` ( LOCK TABLES `color_translations` WRITE; /*!40000 ALTER TABLE `color_translations` DISABLE KEYS */; -INSERT INTO `color_translations` VALUES (1,1,'en','alien','2013-01-27 06:10:44','2013-01-27 06:10:44'),(2,2,'en','apple','2013-01-27 06:10:44','2013-01-27 06:10:44'),(3,3,'en','asparagus','2013-01-27 06:10:44','2013-01-27 06:10:44'),(4,4,'en','aubergine','2013-01-27 06:10:44','2013-01-27 06:10:44'),(5,5,'en','avocado','2013-01-27 06:10:44','2013-01-27 06:10:44'),(6,6,'en','baby','2013-01-27 06:10:44','2013-01-27 06:10:44'),(7,7,'en','biscuit','2013-01-27 06:10:44','2013-01-27 06:10:44'),(8,8,'en','blue','2013-01-27 06:10:44','2013-01-27 06:10:44'),(9,9,'en','blueberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(10,10,'en','brown','2013-01-27 06:10:44','2013-01-27 06:10:44'),(11,11,'en','camouflage','2013-01-27 06:10:44','2013-01-27 06:10:44'),(12,12,'en','carrot','2013-01-27 06:10:44','2013-01-27 06:10:44'),(13,13,'en','checkered','2013-01-27 06:10:44','2013-01-27 06:10:44'),(14,14,'en','chocolate','2013-01-27 06:10:44','2013-01-27 06:10:44'),(15,15,'en','chokato','2013-01-27 06:10:44','2013-01-27 06:10:44'),(16,16,'en','christmas','2013-01-27 06:10:44','2013-01-27 06:10:44'),(17,17,'en','clay','2013-01-27 06:10:44','2013-01-27 06:10:44'),(18,18,'en','cloud','2013-01-27 06:10:44','2013-01-27 06:10:44'),(19,19,'en','coconut','2013-01-27 06:10:44','2013-01-27 06:10:44'),(20,20,'en','custard','2013-01-27 06:10:44','2013-01-27 06:10:44'),(21,21,'en','darigan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(22,22,'en','desert','2013-01-27 06:10:44','2013-01-27 06:10:44'),(23,23,'en','disco','2013-01-27 06:10:44','2013-01-27 06:10:44'),(24,24,'en','durian','2013-01-27 06:10:44','2013-01-27 06:10:44'),(25,25,'en','electric','2013-01-27 06:10:44','2013-01-27 06:10:44'),(26,26,'en','faerie','2013-01-27 06:10:44','2013-01-27 06:10:44'),(27,27,'en','fire','2013-01-27 06:10:44','2013-01-27 06:10:44'),(28,28,'en','garlic','2013-01-27 06:10:44','2013-01-27 06:10:44'),(29,29,'en','ghost','2013-01-27 06:10:44','2013-01-27 06:10:44'),(30,30,'en','glowing','2013-01-27 06:10:44','2013-01-27 06:10:44'),(31,31,'en','gold','2013-01-27 06:10:44','2013-01-27 06:10:44'),(32,32,'en','gooseberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(33,33,'en','grape','2013-01-27 06:10:44','2013-01-27 06:10:44'),(34,34,'en','green','2013-01-27 06:10:44','2013-01-27 06:10:44'),(35,35,'en','grey','2013-01-27 06:10:44','2013-01-27 06:10:44'),(36,36,'en','halloween','2013-01-27 06:10:44','2013-01-27 06:10:44'),(37,37,'en','ice','2013-01-27 06:10:44','2013-01-27 06:10:44'),(38,38,'en','invisible','2013-01-27 06:10:44','2013-01-27 06:10:44'),(39,39,'en','island','2013-01-27 06:10:44','2013-01-27 06:10:44'),(40,40,'en','jelly','2013-01-27 06:10:44','2013-01-27 06:10:44'),(41,41,'en','lemon','2013-01-27 06:10:44','2013-01-27 06:10:44'),(42,42,'en','lime','2013-01-27 06:10:44','2013-01-27 06:10:44'),(43,43,'en','mallow','2013-01-27 06:10:44','2013-01-27 06:10:44'),(44,44,'en','maraquan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(45,45,'en','msp','2013-01-27 06:10:45','2013-01-27 06:10:45'),(46,46,'en','mutant','2013-01-27 06:10:45','2013-01-27 06:10:45'),(47,47,'en','orange','2013-01-27 06:10:45','2013-01-27 06:10:45'),(48,48,'en','pea','2013-01-27 06:10:45','2013-01-27 06:10:45'),(49,49,'en','peach','2013-01-27 06:10:45','2013-01-27 06:10:45'),(50,50,'en','pear','2013-01-27 06:10:45','2013-01-27 06:10:45'),(51,51,'en','pepper','2013-01-27 06:10:45','2013-01-27 06:10:45'),(52,52,'en','pineapple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(53,53,'en','pink','2013-01-27 06:10:45','2013-01-27 06:10:45'),(54,54,'en','pirate','2013-01-27 06:10:45','2013-01-27 06:10:45'),(55,55,'en','plum','2013-01-27 06:10:45','2013-01-27 06:10:45'),(56,56,'en','plushie','2013-01-27 06:10:45','2013-01-27 06:10:45'),(57,57,'en','purple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(58,58,'en','quigukiboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(59,59,'en','quigukigirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(60,60,'en','rainbow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(61,61,'en','red','2013-01-27 06:10:45','2013-01-27 06:10:45'),(62,62,'en','robot','2013-01-27 06:10:45','2013-01-27 06:10:45'),(63,63,'en','royalboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(64,64,'en','royalgirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(65,65,'en','shadow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(66,66,'en','silver','2013-01-27 06:10:45','2013-01-27 06:10:45'),(67,67,'en','sketch','2013-01-27 06:10:45','2013-01-27 06:10:45'),(68,68,'en','skunk','2013-01-27 06:10:45','2013-01-27 06:10:45'),(69,69,'en','snot','2013-01-27 06:10:45','2013-01-27 06:10:45'),(70,70,'en','snow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(71,71,'en','speckled','2013-01-27 06:10:45','2013-01-27 06:10:45'),(72,72,'en','split','2013-01-27 06:10:45','2013-01-27 06:10:45'),(73,73,'en','sponge','2013-01-27 06:10:45','2013-01-27 06:10:45'),(74,74,'en','spotted','2013-01-27 06:10:45','2013-01-27 06:10:45'),(75,75,'en','starry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(76,76,'en','strawberry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(77,77,'en','striped','2013-01-27 06:10:45','2013-01-27 06:10:45'),(78,78,'en','thornberry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(79,79,'en','tomato','2013-01-27 06:10:45','2013-01-27 06:10:45'),(80,80,'en','tyrannian','2013-01-27 06:10:45','2013-01-27 06:10:45'),(81,81,'en','usuki boy','2013-01-27 06:10:45','2013-12-21 01:15:29'),(82,82,'en','usuki girl','2013-01-27 06:10:45','2013-12-21 01:15:29'),(83,83,'en','white','2013-01-27 06:10:45','2013-01-27 06:10:45'),(84,84,'en','yellow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(85,85,'en','zombie','2013-01-27 06:10:45','2013-01-27 06:10:45'),(86,86,'en','onion','2013-01-27 06:10:45','2013-01-27 06:10:45'),(87,87,'en','magma','2013-01-27 06:10:45','2013-01-27 06:10:45'),(88,88,'en','relic','2013-01-27 06:10:45','2013-01-27 06:10:45'),(89,89,'en','woodland','2013-01-27 06:10:45','2013-01-27 06:10:45'),(90,90,'en','transparent','2013-01-27 06:10:45','2013-01-27 06:10:45'),(91,91,'en','maractite','2013-01-27 06:10:45','2013-01-27 06:10:45'),(92,92,'en','8-bit','2013-01-27 06:10:45','2013-01-27 06:10:45'),(93,93,'en','swamp gas','2013-01-27 06:10:45','2013-01-27 06:10:45'),(94,94,'en','water','2013-01-27 06:10:45','2013-01-27 06:10:45'),(95,95,'en','wraith','2013-01-27 06:10:45','2013-01-27 06:10:45'),(96,96,'en','eventide','2013-01-27 06:10:45','2013-01-27 06:10:45'),(97,97,'en','elderlyboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(98,98,'en','elderlygirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(99,99,'en','stealthy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(100,100,'en','dimensional','2013-01-27 06:10:45','2013-01-27 06:10:45'),(101,94,'pt','Água','2013-01-27 06:11:50','2013-01-27 06:11:50'),(102,92,'pt','8-bit','2013-01-27 06:11:50','2013-01-27 06:11:50'),(103,5,'pt','abacate','2013-01-27 06:11:50','2013-01-27 06:11:50'),(104,52,'pt','abacaxi','2013-01-27 06:11:50','2013-01-27 06:11:50'),(105,28,'pt','alho','2013-01-27 06:11:50','2013-01-27 06:11:50'),(106,1,'pt','alienígena','2013-01-27 06:11:50','2013-01-27 06:11:50'),(107,84,'pt','amarelo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(108,55,'pt','ameixa','2013-01-27 06:11:50','2013-01-27 06:11:50'),(109,60,'pt','arco-íris','2013-01-27 06:11:50','2013-01-27 06:11:50'),(110,17,'pt','argila','2013-01-27 06:11:50','2013-01-27 06:11:50'),(111,3,'pt','aspargos','2013-01-27 06:11:50','2013-01-27 06:11:50'),(112,95,'pt','assombração','2013-01-27 06:11:50','2013-01-27 06:11:50'),(113,8,'pt','azul','2013-01-27 06:11:50','2013-01-27 06:11:50'),(114,6,'pt','bebê','2013-01-27 06:11:50','2013-01-27 06:11:50'),(115,4,'pt','berinjela','2013-01-27 06:11:50','2013-01-27 06:11:50'),(116,7,'pt','biscoito','2013-01-27 06:11:50','2013-01-27 06:11:50'),(117,89,'pt','bosque','2013-01-27 06:11:50','2013-01-27 06:11:50'),(118,83,'pt','branco','2013-01-27 06:11:50','2013-01-27 06:11:50'),(119,30,'pt','brilhante','2013-01-27 06:11:50','2013-01-27 06:11:50'),(120,11,'pt','camuflagem','2013-01-27 06:11:50','2013-01-27 06:11:50'),(121,86,'pt','cebola','2013-01-27 06:11:50','2013-01-27 06:11:50'),(122,12,'pt','cenoura','2013-01-27 06:11:50','2013-01-27 06:11:50'),(123,14,'pt','chocolate','2013-01-27 06:11:50','2013-01-27 06:11:50'),(124,15,'pt','chokato','2013-01-27 06:11:50','2013-01-27 06:11:50'),(125,35,'pt','cinza','2013-01-27 06:11:50','2013-01-27 06:11:50'),(126,19,'pt','coco','2013-01-27 06:11:50','2013-01-27 06:11:50'),(127,20,'pt','creme','2013-01-27 06:11:50','2013-01-27 06:11:50'),(128,96,'pt','crepúsculo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(129,21,'pt','darigan','2013-01-27 06:11:50','2013-01-27 06:11:50'),(130,22,'pt','deserto','2013-01-27 06:11:50','2013-01-27 06:11:50'),(131,100,'pt','dimensional','2013-01-27 06:11:50','2013-01-27 06:11:50'),(132,23,'pt','discoteca','2013-01-27 06:11:50','2013-01-27 06:11:50'),(133,72,'pt','dividido','2013-01-27 06:11:50','2013-01-27 06:11:50'),(134,31,'pt','dourado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(135,24,'pt','durian','2013-01-27 06:11:50','2013-01-27 06:11:50'),(136,25,'pt','elétrico','2013-01-27 06:11:50','2013-01-27 06:11:50'),(137,48,'pt','ervilha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(138,73,'pt','esponja','2013-01-27 06:11:50','2013-01-27 06:11:50'),(139,75,'pt','estrelado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(140,26,'pt','fada','2013-01-27 06:11:50','2013-01-27 06:11:50'),(141,29,'pt','fantasma','2013-01-27 06:11:50','2013-01-27 06:11:50'),(142,27,'pt','fogo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(143,78,'pt','frutathorn','2013-01-27 06:11:50','2013-01-27 06:11:50'),(144,68,'pt','gambá','2013-01-27 06:11:50','2013-01-27 06:11:50'),(145,82,'pt','garota usuki','2013-01-27 06:11:50','2013-01-27 06:11:50'),(146,81,'pt','garoto usuki','2013-01-27 06:11:50','2013-01-27 06:11:50'),(147,93,'pt','gas metano','2013-01-27 06:11:50','2013-01-27 06:11:50'),(148,40,'pt','gelatina','2013-01-27 06:11:50','2013-01-27 06:11:50'),(149,37,'pt','gelo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(150,32,'pt','groselha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(151,36,'pt','halloween','2013-01-27 06:11:50','2013-01-27 06:11:50'),(152,98,'pt','idosa ','2013-01-27 06:11:50','2013-01-27 06:11:50'),(153,97,'pt','idoso ','2013-01-27 06:11:50','2013-01-27 06:11:50'),(154,39,'pt','ilha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(155,38,'pt','invisível','2013-01-27 06:11:50','2013-01-27 06:11:50'),(156,47,'pt','laranja','2013-01-27 06:11:50','2013-01-27 06:11:50'),(157,41,'pt','limão','2013-01-27 06:11:50','2013-01-27 06:11:50'),(158,42,'pt','lima','2013-01-27 06:11:50','2013-01-27 06:11:50'),(159,77,'pt','listrado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(160,2,'pt','maçã','2013-01-27 06:11:51','2013-01-27 06:11:51'),(161,87,'pt','magma','2013-01-27 06:11:51','2013-01-27 06:11:51'),(162,71,'pt','manchado','2013-01-27 06:11:51','2013-01-27 06:11:51'),(163,91,'pt','maractita','2013-01-27 06:11:51','2013-01-27 06:11:51'),(164,44,'pt','maraquano','2013-01-27 06:11:51','2013-01-27 06:11:51'),(165,10,'pt','marrom','2013-01-27 06:11:51','2013-01-27 06:11:51'),(166,43,'pt','marshmallow','2013-01-27 06:11:51','2013-01-27 06:11:51'),(167,69,'pt','meleca','2013-01-27 06:11:51','2013-01-27 06:11:51'),(168,9,'pt','mirtilo','2013-01-27 06:11:51','2013-01-27 06:11:51'),(169,76,'pt','morango','2013-01-27 06:11:51','2013-01-27 06:11:51'),(170,45,'pt','msp','2013-01-27 06:11:51','2013-01-27 06:11:51'),(171,46,'pt','mutante','2013-01-27 06:11:51','2013-01-27 06:11:51'),(172,16,'pt','natal','2013-01-27 06:11:51','2013-01-27 06:11:51'),(173,70,'pt','neve','2013-01-27 06:11:51','2013-01-27 06:11:51'),(174,18,'pt','nuvem','2013-01-27 06:11:51','2013-01-27 06:11:51'),(175,50,'pt','pêra','2013-01-27 06:11:51','2013-01-27 06:11:51'),(176,49,'pt','pêssego','2013-01-27 06:11:51','2013-01-27 06:11:51'),(177,56,'pt','pelúcia','2013-01-27 06:11:51','2013-01-27 06:11:51'),(178,51,'pt','pimenta','2013-01-27 06:11:51','2013-01-27 06:11:51'),(179,74,'pt','pintado','2013-01-27 06:11:51','2013-01-27 06:11:51'),(180,54,'pt','pirata','2013-01-27 06:11:51','2013-01-27 06:11:51'),(181,66,'pt','prata','2013-01-27 06:11:51','2013-01-27 06:11:51'),(182,59,'pt','quiguki fêmea','2013-01-27 06:11:51','2013-01-27 06:11:51'),(183,58,'pt','quiguki macho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(184,67,'pt','rascunho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(185,64,'pt','real fêmea','2013-01-27 06:11:51','2013-01-27 06:11:51'),(186,63,'pt','real macho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(187,88,'pt','relíquia','2013-01-27 06:11:51','2013-01-27 06:11:51'),(188,62,'pt','robô','2013-01-27 06:11:51','2013-01-27 06:11:51'),(189,53,'pt','rosa','2013-01-27 06:11:51','2013-01-27 06:11:51'),(190,57,'pt','roxo','2013-01-27 06:11:51','2013-01-27 06:11:51'),(191,99,'pt','sigiloso','2013-01-27 06:11:51','2013-01-27 06:11:51'),(192,65,'pt','sombra','2013-01-27 06:11:51','2013-01-27 06:11:51'),(193,79,'pt','tomate','2013-01-27 06:11:51','2013-01-27 06:11:51'),(194,90,'pt','transparente','2013-01-27 06:11:51','2013-01-27 06:11:51'),(195,80,'pt','tyranniano','2013-01-27 06:11:51','2013-01-27 06:11:51'),(196,33,'pt','uva','2013-01-27 06:11:51','2013-01-27 06:11:51'),(197,34,'pt','verde','2013-01-27 06:11:51','2013-01-27 06:11:51'),(198,61,'pt','vermelho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(199,13,'pt','xadrez','2013-01-27 06:11:51','2013-01-27 06:11:51'),(200,85,'pt','zumbi','2013-01-27 06:11:51','2013-01-27 06:11:51'),(201,92,'en-MEEP','8-bit','2013-01-28 02:46:52','2013-01-28 02:46:52'),(202,1,'en-MEEP','alien','2013-01-28 02:46:52','2013-01-28 02:46:52'),(203,2,'en-MEEP','apple','2013-01-28 02:46:52','2013-01-28 02:46:52'),(204,3,'en-MEEP','asparagus','2013-01-28 02:46:52','2013-01-28 02:46:52'),(205,4,'en-MEEP','aubergine','2013-01-28 02:46:52','2013-01-28 02:46:52'),(206,5,'en-MEEP','avocado','2013-01-28 02:46:52','2013-01-28 02:46:52'),(207,6,'en-MEEP','baby','2013-01-28 02:46:52','2013-01-28 02:46:52'),(208,7,'en-MEEP','biscuit','2013-01-28 02:46:52','2013-01-28 02:46:52'),(209,8,'en-MEEP','blue','2013-01-28 02:46:52','2013-01-28 02:46:52'),(210,9,'en-MEEP','blueberry','2013-01-28 02:46:52','2013-01-28 02:46:52'),(211,10,'en-MEEP','brown','2013-01-28 02:46:52','2013-01-28 02:46:52'),(212,11,'en-MEEP','camouflage','2013-01-28 02:46:52','2013-01-28 02:46:52'),(213,12,'en-MEEP','carrot','2013-01-28 02:46:52','2013-01-28 02:46:52'),(214,13,'en-MEEP','checkered','2013-01-28 02:46:52','2013-01-28 02:46:52'),(215,14,'en-MEEP','chocolate','2013-01-28 02:46:52','2013-01-28 02:46:52'),(216,15,'en-MEEP','chokato','2013-01-28 02:46:52','2013-01-28 02:46:52'),(217,16,'en-MEEP','christmas','2013-01-28 02:46:52','2013-01-28 02:46:52'),(218,17,'en-MEEP','clay','2013-01-28 02:46:52','2013-01-28 02:46:52'),(219,18,'en-MEEP','cloud','2013-01-28 02:46:52','2013-01-28 02:46:52'),(220,19,'en-MEEP','coconut','2013-01-28 02:46:52','2013-01-28 02:46:52'),(221,20,'en-MEEP','custard','2013-01-28 02:46:52','2013-01-28 02:46:52'),(222,21,'en-MEEP','darigan','2013-01-28 02:46:52','2013-01-28 02:46:52'),(223,22,'en-MEEP','desert','2013-01-28 02:46:52','2013-01-28 02:46:53'),(224,100,'en-MEEP','dimensional','2013-01-28 02:46:53','2013-01-28 02:46:53'),(225,23,'en-MEEP','disco','2013-01-28 02:46:53','2013-01-28 02:46:53'),(226,24,'en-MEEP','durian','2013-01-28 02:46:53','2013-01-28 02:46:53'),(227,97,'en-MEEP','elderlyboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(228,98,'en-MEEP','elderlygirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(229,25,'en-MEEP','electric','2013-01-28 02:46:53','2013-01-28 02:46:53'),(230,96,'en-MEEP','eventide','2013-01-28 02:46:53','2013-01-28 02:46:53'),(231,26,'en-MEEP','faerie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(232,27,'en-MEEP','fire','2013-01-28 02:46:53','2013-01-28 02:46:53'),(233,28,'en-MEEP','garlic','2013-01-28 02:46:53','2013-01-28 02:46:53'),(234,29,'en-MEEP','ghost','2013-01-28 02:46:53','2013-01-28 02:46:53'),(235,30,'en-MEEP','glowing','2013-01-28 02:46:53','2013-01-28 02:46:53'),(236,31,'en-MEEP','gold','2013-01-28 02:46:53','2013-01-28 02:46:53'),(237,32,'en-MEEP','gooseberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(238,33,'en-MEEP','grape','2013-01-28 02:46:53','2013-01-28 02:46:53'),(239,34,'en-MEEP','green','2013-01-28 02:46:53','2013-01-28 02:46:53'),(240,35,'en-MEEP','grey','2013-01-28 02:46:53','2013-01-28 02:46:53'),(241,36,'en-MEEP','halloween','2013-01-28 02:46:53','2013-01-28 02:46:53'),(242,37,'en-MEEP','ice','2013-01-28 02:46:53','2013-01-28 02:46:53'),(243,38,'en-MEEP','invisible','2013-01-28 02:46:53','2013-01-28 02:46:53'),(244,39,'en-MEEP','island','2013-01-28 02:46:53','2013-01-28 02:46:53'),(245,40,'en-MEEP','jelly','2013-01-28 02:46:53','2013-01-28 02:46:53'),(246,41,'en-MEEP','lemon','2013-01-28 02:46:53','2013-01-28 02:46:53'),(247,42,'en-MEEP','lime','2013-01-28 02:46:53','2013-01-28 02:46:53'),(248,87,'en-MEEP','magma','2013-01-28 02:46:53','2013-01-28 02:46:53'),(249,43,'en-MEEP','mallow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(250,91,'en-MEEP','maractite','2013-01-28 02:46:53','2013-01-28 02:46:53'),(251,44,'en-MEEP','maraquan','2013-01-28 02:46:53','2013-01-28 02:46:53'),(252,45,'en-MEEP','msp','2013-01-28 02:46:53','2013-01-28 02:46:53'),(253,46,'en-MEEP','mutant','2013-01-28 02:46:53','2013-01-28 02:46:53'),(254,86,'en-MEEP','onion','2013-01-28 02:46:53','2013-01-28 02:46:53'),(255,47,'en-MEEP','orange','2013-01-28 02:46:53','2013-01-28 02:46:53'),(256,48,'en-MEEP','pea','2013-01-28 02:46:53','2013-01-28 02:46:53'),(257,49,'en-MEEP','peach','2013-01-28 02:46:53','2013-01-28 02:46:53'),(258,50,'en-MEEP','pear','2013-01-28 02:46:53','2013-01-28 02:46:53'),(259,51,'en-MEEP','pepper','2013-01-28 02:46:53','2013-01-28 02:46:53'),(260,52,'en-MEEP','pineapple','2013-01-28 02:46:53','2013-01-28 02:46:53'),(261,53,'en-MEEP','pink','2013-01-28 02:46:53','2013-01-28 02:46:53'),(262,54,'en-MEEP','pirate','2013-01-28 02:46:53','2013-01-28 02:46:53'),(263,55,'en-MEEP','plum','2013-01-28 02:46:53','2013-01-28 02:46:53'),(264,56,'en-MEEP','plushie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(265,57,'en-MEEP','purple','2013-01-28 02:46:53','2013-01-28 02:46:53'),(266,58,'en-MEEP','quigukiboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(267,59,'en-MEEP','quigukigirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(268,60,'en-MEEP','rainbow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(269,61,'en-MEEP','red','2013-01-28 02:46:53','2013-01-28 02:46:53'),(270,88,'en-MEEP','relic','2013-01-28 02:46:53','2013-01-28 02:46:53'),(271,62,'en-MEEP','robot','2013-01-28 02:46:53','2013-01-28 02:46:53'),(272,63,'en-MEEP','royalboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(273,64,'en-MEEP','royalgirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(274,65,'en-MEEP','shadow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(275,66,'en-MEEP','silver','2013-01-28 02:46:53','2013-01-28 02:46:53'),(276,67,'en-MEEP','sketch','2013-01-28 02:46:53','2013-01-28 02:46:53'),(277,68,'en-MEEP','skunk','2013-01-28 02:46:53','2013-01-28 02:46:53'),(278,69,'en-MEEP','snot','2013-01-28 02:46:53','2013-01-28 02:46:53'),(279,70,'en-MEEP','snow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(280,71,'en-MEEP','speckled','2013-01-28 02:46:53','2013-01-28 02:46:53'),(281,72,'en-MEEP','split','2013-01-28 02:46:53','2013-01-28 02:46:53'),(282,73,'en-MEEP','sponge','2013-01-28 02:46:53','2013-01-28 02:46:53'),(283,74,'en-MEEP','spotted','2013-01-28 02:46:53','2013-01-28 02:46:53'),(284,75,'en-MEEP','starry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(285,99,'en-MEEP','stealthy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(286,76,'en-MEEP','strawberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(287,77,'en-MEEP','striped','2013-01-28 02:46:53','2013-01-28 02:46:53'),(288,93,'en-MEEP','swamp gas','2013-01-28 02:46:53','2013-01-28 02:46:53'),(289,78,'en-MEEP','thornberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(290,79,'en-MEEP','tomato','2013-01-28 02:46:53','2013-01-28 02:46:53'),(291,90,'en-MEEP','transparent','2013-01-28 02:46:53','2013-01-28 02:46:53'),(292,80,'en-MEEP','tyrannian','2013-01-28 02:46:53','2013-01-28 02:46:53'),(293,81,'en-MEEP','usuki boy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(294,82,'en-MEEP','usuki girl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(295,94,'en-MEEP','water','2013-01-28 02:46:53','2013-01-28 02:46:53'),(296,83,'en-MEEP','white','2013-01-28 02:46:53','2013-01-28 02:46:53'),(297,89,'en-MEEP','woodland','2013-01-28 02:46:53','2013-01-28 02:46:53'),(298,95,'en-MEEP','wraith','2013-01-28 02:46:53','2013-01-28 02:46:53'),(299,84,'en-MEEP','yellow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(300,85,'en-MEEP','zombie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(301,92,'es','8-bits','2013-02-12 05:33:20','2013-02-12 05:33:20'),(302,13,'es','a cuadros','2013-02-12 05:33:20','2013-02-12 05:33:20'),(303,94,'es','agua','2013-02-12 05:33:20','2013-02-12 05:33:20'),(304,5,'es','aguacate','2013-02-12 05:33:20','2013-02-12 05:33:20'),(305,28,'es','ajo','2013-02-12 05:33:20','2013-02-12 05:33:20'),(306,1,'es','alienígena','2013-02-12 05:33:20','2013-02-12 05:33:20'),(307,84,'es','amarillo','2013-02-12 05:33:20','2013-02-12 05:33:20'),(308,98,'es','anciana','2013-02-12 05:33:20','2013-02-12 05:33:20'),(309,97,'es','anciano','2013-02-12 05:33:20','2013-02-12 05:33:20'),(310,96,'es','anochecer','2013-02-12 05:33:20','2013-02-12 05:33:20'),(311,77,'es','a rayas','2013-02-12 05:33:20','2013-02-12 05:33:20'),(312,17,'es','arcilla ','2013-02-12 05:33:20','2013-02-12 05:33:20'),(313,60,'es','arco iris','2013-02-12 05:33:20','2013-02-12 05:33:20'),(314,8,'es','azul','2013-02-12 05:33:20','2013-02-12 05:33:20'),(315,25,'es','azul eléctrico','2013-02-12 05:33:20','2013-02-12 05:33:20'),(316,6,'es','bebé','2013-02-12 05:33:20','2013-02-12 05:33:20'),(317,4,'es','berenjena','2013-02-12 05:33:20','2013-02-12 05:33:20'),(318,83,'es','blanco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(319,89,'es','bosque','2013-02-12 05:33:21','2013-02-12 05:33:21'),(320,11,'es','camuflaje','2013-02-12 05:33:21','2013-02-12 05:33:21'),(321,86,'es','cebolla','2013-02-12 05:33:21','2013-02-12 05:33:21'),(322,14,'es','chocolate','2013-02-12 05:33:21','2013-02-12 05:33:21'),(323,15,'es','chokato','2013-02-12 05:33:21','2013-02-12 05:33:21'),(324,55,'es','ciruela','2013-02-12 05:33:21','2013-02-12 05:33:21'),(325,19,'es','coco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(326,71,'es','con manchas','2013-02-12 05:33:21','2013-02-12 05:33:21'),(327,74,'es','con motas','2013-02-12 05:33:21','2013-02-12 05:33:21'),(328,21,'es','darigan','2013-02-12 05:33:21','2013-02-12 05:33:21'),(329,22,'es','desierto','2013-02-12 05:33:21','2013-02-12 05:33:21'),(330,67,'es','dibujo','2013-02-12 05:33:21','2013-02-12 05:33:21'),(331,100,'es','dimensional','2013-02-12 05:33:21','2013-02-12 05:33:21'),(332,23,'es','disco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(333,72,'es','dividido','2013-02-12 05:33:21','2013-02-12 05:33:21'),(334,31,'es','dorado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(335,24,'es','durian','2013-02-12 05:33:21','2013-02-12 05:33:21'),(336,3,'es','espárrago','2013-02-12 05:33:21','2013-02-12 05:33:21'),(337,95,'es','espíritu','2013-02-12 05:33:21','2013-02-12 05:33:21'),(338,78,'es','espinabaya','2013-02-12 05:33:21','2013-02-12 05:33:21'),(339,73,'es','esponja','2013-02-12 05:33:21','2013-02-12 05:33:21'),(340,75,'es','estrellado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(341,29,'es','fantasma','2013-02-12 05:33:21','2013-02-12 05:33:21'),(342,20,'es','flan','2013-02-12 05:33:21','2013-02-12 05:33:21'),(343,30,'es','fluorescente','2013-02-12 05:33:21','2013-02-12 05:33:21'),(344,76,'es','fresa','2013-02-12 05:33:21','2013-02-12 05:33:21'),(345,27,'es','fuego','2013-02-12 05:33:21','2013-02-12 05:33:21'),(346,7,'es','galleta','2013-02-12 05:33:21','2013-02-12 05:33:21'),(347,32,'es','gansobaya','2013-02-12 05:33:21','2013-02-12 05:33:21'),(348,40,'es','gelatina','2013-02-12 05:33:21','2013-02-12 05:33:21'),(349,35,'es','gris','2013-02-12 05:33:21','2013-02-12 05:33:21'),(350,48,'es','guisante','2013-02-12 05:33:21','2013-02-12 05:33:21'),(351,26,'es','hada','2013-02-12 05:33:21','2013-02-12 05:33:21'),(352,36,'es','halloween','2013-02-12 05:33:21','2013-02-12 05:33:21'),(353,37,'es','hielo','2013-02-12 05:33:21','2013-02-12 05:33:21'),(354,38,'es','invisible','2013-02-12 05:33:21','2013-02-12 05:33:21'),(355,39,'es','isla','2013-02-12 05:33:21','2013-02-12 05:33:21'),(356,41,'es','limón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(357,42,'es','limón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(358,87,'es','magma','2013-02-12 05:33:21','2013-02-12 05:33:21'),(359,2,'es','manzana','2013-02-12 05:33:21','2013-02-12 05:33:21'),(360,91,'es','maractita','2013-02-12 05:33:21','2013-02-12 05:33:21'),(361,44,'es','maracuático','2013-02-12 05:33:21','2013-02-12 05:33:21'),(362,10,'es','marrón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(363,43,'es','marshmallow','2013-02-12 05:33:21','2013-02-12 05:33:21'),(364,49,'es','melocotón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(365,93,'es','metano','2013-02-12 05:33:21','2013-02-12 05:33:21'),(366,69,'es','moco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(367,68,'es','mofeta','2013-02-12 05:33:21','2013-02-12 05:33:21'),(368,9,'es','mora azul','2013-02-12 05:33:21','2013-02-12 05:33:21'),(369,57,'es','morado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(370,45,'es','msp','2013-02-12 05:33:21','2013-02-12 05:33:21'),(371,46,'es','mutante','2013-02-12 05:33:21','2013-02-12 05:33:21'),(372,47,'es','naranja','2013-02-12 05:33:21','2013-02-12 05:33:21'),(373,16,'es','navidad','2013-02-12 05:33:21','2013-02-12 05:33:21'),(374,64,'es','niña de la realeza','2013-02-12 05:33:21','2013-02-12 05:33:21'),(375,63,'es','niño de la realeza','2013-02-12 05:33:22','2013-02-12 05:33:22'),(376,70,'es','nieve','2013-02-12 05:33:22','2013-02-12 05:33:22'),(377,18,'es','nube','2013-02-12 05:33:22','2013-02-12 05:33:22'),(378,56,'es','peluche','2013-02-12 05:33:22','2013-02-12 05:33:22'),(379,50,'es','pera','2013-02-12 05:33:22','2013-02-12 05:33:22'),(380,52,'es','piña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(381,51,'es','pimiento','2013-02-12 05:33:22','2013-02-12 05:33:22'),(382,54,'es','pirata','2013-02-12 05:33:22','2013-02-12 05:33:22'),(383,66,'es','plateado','2013-02-12 05:33:22','2013-02-12 05:33:22'),(384,59,'es','quiguki niña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(385,58,'es','quiguki niño','2013-02-12 05:33:22','2013-02-12 05:33:22'),(386,88,'es','reliquia','2013-02-12 05:33:22','2013-02-12 05:33:22'),(387,62,'es','robot','2013-02-12 05:33:22','2013-02-12 05:33:22'),(388,61,'es','rojo','2013-02-12 05:33:22','2013-02-12 05:33:22'),(389,53,'es','rosa','2013-02-12 05:33:22','2013-02-12 05:33:22'),(390,99,'es','sigiloso','2013-02-12 05:33:22','2013-02-12 05:33:22'),(391,65,'es','sombra','2013-02-12 05:33:22','2013-02-12 05:33:22'),(392,79,'es','tomate','2013-02-12 05:33:22','2013-02-12 05:33:22'),(393,90,'es','transparente','2013-02-12 05:33:22','2013-02-12 05:33:22'),(394,80,'es','tyranniano','2013-02-12 05:33:22','2013-02-12 05:33:22'),(395,82,'es','usuki niña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(396,81,'es','usuki niño','2013-02-12 05:33:22','2013-02-12 05:33:22'),(397,33,'es','uva','2013-02-12 05:33:22','2013-02-12 05:33:22'),(398,34,'es','verde','2013-02-12 05:33:22','2013-02-12 05:33:22'),(399,12,'es','zanahoria ','2013-02-12 05:33:22','2013-02-12 05:33:22'),(400,85,'es','zombi','2013-02-12 05:33:22','2013-02-12 05:33:22'),(401,101,'en','agueena','2013-02-16 06:01:08','2013-12-21 01:15:19'),(402,101,'pt','Agueena','2013-02-16 06:03:06','2013-02-16 06:03:06'),(403,101,'es','Agüina','2013-02-16 06:03:06','2013-02-16 06:03:06'),(404,102,'en','pastel','2013-12-21 01:19:37','2014-11-15 01:52:51'),(405,-1,'en','nebula','2014-04-01 03:18:20','2014-04-01 03:18:20'),(406,103,'en','ummagine','2014-10-03 21:54:58','2014-11-15 01:54:18'),(407,-1,'pt','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(408,-1,'es','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(409,-1,'en-MEEP','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(410,101,'en-MEEP','agueena','2014-11-15 01:51:08','2014-11-15 01:51:08'),(411,102,'en-MEEP','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(412,102,'pt','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(413,102,'es','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(414,103,'es','rarajena','2014-11-15 01:54:18','2014-11-15 01:54:18'),(415,103,'pt','ummagina','2014-11-15 01:54:18','2014-11-15 01:54:18'),(416,103,'en-MEEP','ummagine','2014-11-15 01:54:18','2014-11-15 01:54:18'),(417,104,'en','Polka Dot','2015-02-12 02:29:50','2015-02-12 02:29:50'),(418,104,'en-MEEP','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(419,104,'pt','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(420,104,'es','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(421,105,'en','Candy','2017-02-23 19:19:07','2017-02-23 19:19:07'),(422,106,'en','marble','2017-02-23 19:29:00','2017-02-23 19:29:00'),(423,107,'en','Steampunk','2018-01-27 23:54:10','2018-01-27 23:54:10'),(424,108,'en','Toy','2018-02-14 22:40:32','2018-02-14 22:40:32'),(425,109,'en','Origami','2018-03-07 04:53:11','2018-03-07 04:53:11'),(426,110,'en','Oil Paint','2019-03-07 03:15:31','2019-03-07 03:20:36'),(427,111,'en','Mosaic','2019-04-29 18:04:39','2019-04-29 18:04:39'),(428,112,'en','Burlap','2019-04-29 18:06:47','2019-04-29 18:06:47'),(429,114,'en','Juppie Swirl',NULL,NULL); +INSERT INTO `color_translations` VALUES (1,1,'en','alien','2013-01-27 06:10:44','2013-01-27 06:10:44'),(2,2,'en','apple','2013-01-27 06:10:44','2013-01-27 06:10:44'),(3,3,'en','asparagus','2013-01-27 06:10:44','2013-01-27 06:10:44'),(4,4,'en','aubergine','2013-01-27 06:10:44','2013-01-27 06:10:44'),(5,5,'en','avocado','2013-01-27 06:10:44','2013-01-27 06:10:44'),(6,6,'en','baby','2013-01-27 06:10:44','2013-01-27 06:10:44'),(7,7,'en','biscuit','2013-01-27 06:10:44','2013-01-27 06:10:44'),(8,8,'en','blue','2013-01-27 06:10:44','2013-01-27 06:10:44'),(9,9,'en','blueberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(10,10,'en','brown','2013-01-27 06:10:44','2013-01-27 06:10:44'),(11,11,'en','camouflage','2013-01-27 06:10:44','2013-01-27 06:10:44'),(12,12,'en','carrot','2013-01-27 06:10:44','2013-01-27 06:10:44'),(13,13,'en','checkered','2013-01-27 06:10:44','2013-01-27 06:10:44'),(14,14,'en','chocolate','2013-01-27 06:10:44','2013-01-27 06:10:44'),(15,15,'en','chokato','2013-01-27 06:10:44','2013-01-27 06:10:44'),(16,16,'en','christmas','2013-01-27 06:10:44','2013-01-27 06:10:44'),(17,17,'en','clay','2013-01-27 06:10:44','2013-01-27 06:10:44'),(18,18,'en','cloud','2013-01-27 06:10:44','2013-01-27 06:10:44'),(19,19,'en','coconut','2013-01-27 06:10:44','2013-01-27 06:10:44'),(20,20,'en','custard','2013-01-27 06:10:44','2013-01-27 06:10:44'),(21,21,'en','darigan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(22,22,'en','desert','2013-01-27 06:10:44','2013-01-27 06:10:44'),(23,23,'en','disco','2013-01-27 06:10:44','2013-01-27 06:10:44'),(24,24,'en','durian','2013-01-27 06:10:44','2013-01-27 06:10:44'),(25,25,'en','electric','2013-01-27 06:10:44','2013-01-27 06:10:44'),(26,26,'en','faerie','2013-01-27 06:10:44','2013-01-27 06:10:44'),(27,27,'en','fire','2013-01-27 06:10:44','2013-01-27 06:10:44'),(28,28,'en','garlic','2013-01-27 06:10:44','2013-01-27 06:10:44'),(29,29,'en','ghost','2013-01-27 06:10:44','2013-01-27 06:10:44'),(30,30,'en','glowing','2013-01-27 06:10:44','2013-01-27 06:10:44'),(31,31,'en','gold','2013-01-27 06:10:44','2013-01-27 06:10:44'),(32,32,'en','gooseberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(33,33,'en','grape','2013-01-27 06:10:44','2013-01-27 06:10:44'),(34,34,'en','green','2013-01-27 06:10:44','2013-01-27 06:10:44'),(35,35,'en','grey','2013-01-27 06:10:44','2013-01-27 06:10:44'),(36,36,'en','halloween','2013-01-27 06:10:44','2013-01-27 06:10:44'),(37,37,'en','ice','2013-01-27 06:10:44','2013-01-27 06:10:44'),(38,38,'en','invisible','2013-01-27 06:10:44','2013-01-27 06:10:44'),(39,39,'en','island','2013-01-27 06:10:44','2013-01-27 06:10:44'),(40,40,'en','jelly','2013-01-27 06:10:44','2013-01-27 06:10:44'),(41,41,'en','lemon','2013-01-27 06:10:44','2013-01-27 06:10:44'),(42,42,'en','lime','2013-01-27 06:10:44','2013-01-27 06:10:44'),(43,43,'en','mallow','2013-01-27 06:10:44','2013-01-27 06:10:44'),(44,44,'en','maraquan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(45,45,'en','msp','2013-01-27 06:10:45','2013-01-27 06:10:45'),(46,46,'en','mutant','2013-01-27 06:10:45','2013-01-27 06:10:45'),(47,47,'en','orange','2013-01-27 06:10:45','2013-01-27 06:10:45'),(48,48,'en','pea','2013-01-27 06:10:45','2013-01-27 06:10:45'),(49,49,'en','peach','2013-01-27 06:10:45','2013-01-27 06:10:45'),(50,50,'en','pear','2013-01-27 06:10:45','2013-01-27 06:10:45'),(51,51,'en','pepper','2013-01-27 06:10:45','2013-01-27 06:10:45'),(52,52,'en','pineapple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(53,53,'en','pink','2013-01-27 06:10:45','2013-01-27 06:10:45'),(54,54,'en','pirate','2013-01-27 06:10:45','2013-01-27 06:10:45'),(55,55,'en','plum','2013-01-27 06:10:45','2013-01-27 06:10:45'),(56,56,'en','plushie','2013-01-27 06:10:45','2013-01-27 06:10:45'),(57,57,'en','purple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(58,58,'en','quigukiboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(59,59,'en','quigukigirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(60,60,'en','rainbow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(61,61,'en','red','2013-01-27 06:10:45','2013-01-27 06:10:45'),(62,62,'en','robot','2013-01-27 06:10:45','2013-01-27 06:10:45'),(63,63,'en','royalboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(64,64,'en','royalgirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(65,65,'en','shadow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(66,66,'en','silver','2013-01-27 06:10:45','2013-01-27 06:10:45'),(67,67,'en','sketch','2013-01-27 06:10:45','2013-01-27 06:10:45'),(68,68,'en','skunk','2013-01-27 06:10:45','2013-01-27 06:10:45'),(69,69,'en','snot','2013-01-27 06:10:45','2013-01-27 06:10:45'),(70,70,'en','snow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(71,71,'en','speckled','2013-01-27 06:10:45','2013-01-27 06:10:45'),(72,72,'en','split','2013-01-27 06:10:45','2013-01-27 06:10:45'),(73,73,'en','sponge','2013-01-27 06:10:45','2013-01-27 06:10:45'),(74,74,'en','spotted','2013-01-27 06:10:45','2013-01-27 06:10:45'),(75,75,'en','starry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(76,76,'en','strawberry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(77,77,'en','striped','2013-01-27 06:10:45','2013-01-27 06:10:45'),(78,78,'en','thornberry','2013-01-27 06:10:45','2013-01-27 06:10:45'),(79,79,'en','tomato','2013-01-27 06:10:45','2013-01-27 06:10:45'),(80,80,'en','tyrannian','2013-01-27 06:10:45','2013-01-27 06:10:45'),(81,81,'en','usuki boy','2013-01-27 06:10:45','2013-12-21 01:15:29'),(82,82,'en','usuki girl','2013-01-27 06:10:45','2013-12-21 01:15:29'),(83,83,'en','white','2013-01-27 06:10:45','2013-01-27 06:10:45'),(84,84,'en','yellow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(85,85,'en','zombie','2013-01-27 06:10:45','2013-01-27 06:10:45'),(86,86,'en','onion','2013-01-27 06:10:45','2013-01-27 06:10:45'),(87,87,'en','magma','2013-01-27 06:10:45','2013-01-27 06:10:45'),(88,88,'en','relic','2013-01-27 06:10:45','2013-01-27 06:10:45'),(89,89,'en','woodland','2013-01-27 06:10:45','2013-01-27 06:10:45'),(90,90,'en','transparent','2013-01-27 06:10:45','2013-01-27 06:10:45'),(91,91,'en','maractite','2013-01-27 06:10:45','2013-01-27 06:10:45'),(92,92,'en','8-bit','2013-01-27 06:10:45','2013-01-27 06:10:45'),(93,93,'en','swamp gas','2013-01-27 06:10:45','2013-01-27 06:10:45'),(94,94,'en','water','2013-01-27 06:10:45','2013-01-27 06:10:45'),(95,95,'en','wraith','2013-01-27 06:10:45','2013-01-27 06:10:45'),(96,96,'en','eventide','2013-01-27 06:10:45','2013-01-27 06:10:45'),(97,97,'en','elderlyboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(98,98,'en','elderlygirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(99,99,'en','stealthy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(100,100,'en','dimensional','2013-01-27 06:10:45','2013-01-27 06:10:45'),(101,94,'pt','Água','2013-01-27 06:11:50','2013-01-27 06:11:50'),(102,92,'pt','8-bit','2013-01-27 06:11:50','2013-01-27 06:11:50'),(103,5,'pt','abacate','2013-01-27 06:11:50','2013-01-27 06:11:50'),(104,52,'pt','abacaxi','2013-01-27 06:11:50','2013-01-27 06:11:50'),(105,28,'pt','alho','2013-01-27 06:11:50','2013-01-27 06:11:50'),(106,1,'pt','alienígena','2013-01-27 06:11:50','2013-01-27 06:11:50'),(107,84,'pt','amarelo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(108,55,'pt','ameixa','2013-01-27 06:11:50','2013-01-27 06:11:50'),(109,60,'pt','arco-íris','2013-01-27 06:11:50','2013-01-27 06:11:50'),(110,17,'pt','argila','2013-01-27 06:11:50','2013-01-27 06:11:50'),(111,3,'pt','aspargos','2013-01-27 06:11:50','2013-01-27 06:11:50'),(112,95,'pt','assombração','2013-01-27 06:11:50','2013-01-27 06:11:50'),(113,8,'pt','azul','2013-01-27 06:11:50','2013-01-27 06:11:50'),(114,6,'pt','bebê','2013-01-27 06:11:50','2013-01-27 06:11:50'),(115,4,'pt','berinjela','2013-01-27 06:11:50','2013-01-27 06:11:50'),(116,7,'pt','biscoito','2013-01-27 06:11:50','2013-01-27 06:11:50'),(117,89,'pt','bosque','2013-01-27 06:11:50','2013-01-27 06:11:50'),(118,83,'pt','branco','2013-01-27 06:11:50','2013-01-27 06:11:50'),(119,30,'pt','brilhante','2013-01-27 06:11:50','2013-01-27 06:11:50'),(120,11,'pt','camuflagem','2013-01-27 06:11:50','2013-01-27 06:11:50'),(121,86,'pt','cebola','2013-01-27 06:11:50','2013-01-27 06:11:50'),(122,12,'pt','cenoura','2013-01-27 06:11:50','2013-01-27 06:11:50'),(123,14,'pt','chocolate','2013-01-27 06:11:50','2013-01-27 06:11:50'),(124,15,'pt','chokato','2013-01-27 06:11:50','2013-01-27 06:11:50'),(125,35,'pt','cinza','2013-01-27 06:11:50','2013-01-27 06:11:50'),(126,19,'pt','coco','2013-01-27 06:11:50','2013-01-27 06:11:50'),(127,20,'pt','creme','2013-01-27 06:11:50','2013-01-27 06:11:50'),(128,96,'pt','crepúsculo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(129,21,'pt','darigan','2013-01-27 06:11:50','2013-01-27 06:11:50'),(130,22,'pt','deserto','2013-01-27 06:11:50','2013-01-27 06:11:50'),(131,100,'pt','dimensional','2013-01-27 06:11:50','2013-01-27 06:11:50'),(132,23,'pt','discoteca','2013-01-27 06:11:50','2013-01-27 06:11:50'),(133,72,'pt','dividido','2013-01-27 06:11:50','2013-01-27 06:11:50'),(134,31,'pt','dourado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(135,24,'pt','durian','2013-01-27 06:11:50','2013-01-27 06:11:50'),(136,25,'pt','elétrico','2013-01-27 06:11:50','2013-01-27 06:11:50'),(137,48,'pt','ervilha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(138,73,'pt','esponja','2013-01-27 06:11:50','2013-01-27 06:11:50'),(139,75,'pt','estrelado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(140,26,'pt','fada','2013-01-27 06:11:50','2013-01-27 06:11:50'),(141,29,'pt','fantasma','2013-01-27 06:11:50','2013-01-27 06:11:50'),(142,27,'pt','fogo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(143,78,'pt','frutathorn','2013-01-27 06:11:50','2013-01-27 06:11:50'),(144,68,'pt','gambá','2013-01-27 06:11:50','2013-01-27 06:11:50'),(145,82,'pt','garota usuki','2013-01-27 06:11:50','2013-01-27 06:11:50'),(146,81,'pt','garoto usuki','2013-01-27 06:11:50','2013-01-27 06:11:50'),(147,93,'pt','gas metano','2013-01-27 06:11:50','2013-01-27 06:11:50'),(148,40,'pt','gelatina','2013-01-27 06:11:50','2013-01-27 06:11:50'),(149,37,'pt','gelo','2013-01-27 06:11:50','2013-01-27 06:11:50'),(150,32,'pt','groselha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(151,36,'pt','halloween','2013-01-27 06:11:50','2013-01-27 06:11:50'),(152,98,'pt','idosa ','2013-01-27 06:11:50','2013-01-27 06:11:50'),(153,97,'pt','idoso ','2013-01-27 06:11:50','2013-01-27 06:11:50'),(154,39,'pt','ilha','2013-01-27 06:11:50','2013-01-27 06:11:50'),(155,38,'pt','invisível','2013-01-27 06:11:50','2013-01-27 06:11:50'),(156,47,'pt','laranja','2013-01-27 06:11:50','2013-01-27 06:11:50'),(157,41,'pt','limão','2013-01-27 06:11:50','2013-01-27 06:11:50'),(158,42,'pt','lima','2013-01-27 06:11:50','2013-01-27 06:11:50'),(159,77,'pt','listrado','2013-01-27 06:11:50','2013-01-27 06:11:50'),(160,2,'pt','maçã','2013-01-27 06:11:51','2013-01-27 06:11:51'),(161,87,'pt','magma','2013-01-27 06:11:51','2013-01-27 06:11:51'),(162,71,'pt','manchado','2013-01-27 06:11:51','2013-01-27 06:11:51'),(163,91,'pt','maractita','2013-01-27 06:11:51','2013-01-27 06:11:51'),(164,44,'pt','maraquano','2013-01-27 06:11:51','2013-01-27 06:11:51'),(165,10,'pt','marrom','2013-01-27 06:11:51','2013-01-27 06:11:51'),(166,43,'pt','marshmallow','2013-01-27 06:11:51','2013-01-27 06:11:51'),(167,69,'pt','meleca','2013-01-27 06:11:51','2013-01-27 06:11:51'),(168,9,'pt','mirtilo','2013-01-27 06:11:51','2013-01-27 06:11:51'),(169,76,'pt','morango','2013-01-27 06:11:51','2013-01-27 06:11:51'),(170,45,'pt','msp','2013-01-27 06:11:51','2013-01-27 06:11:51'),(171,46,'pt','mutante','2013-01-27 06:11:51','2013-01-27 06:11:51'),(172,16,'pt','natal','2013-01-27 06:11:51','2013-01-27 06:11:51'),(173,70,'pt','neve','2013-01-27 06:11:51','2013-01-27 06:11:51'),(174,18,'pt','nuvem','2013-01-27 06:11:51','2013-01-27 06:11:51'),(175,50,'pt','pêra','2013-01-27 06:11:51','2013-01-27 06:11:51'),(176,49,'pt','pêssego','2013-01-27 06:11:51','2013-01-27 06:11:51'),(177,56,'pt','pelúcia','2013-01-27 06:11:51','2013-01-27 06:11:51'),(178,51,'pt','pimenta','2013-01-27 06:11:51','2013-01-27 06:11:51'),(179,74,'pt','pintado','2013-01-27 06:11:51','2013-01-27 06:11:51'),(180,54,'pt','pirata','2013-01-27 06:11:51','2013-01-27 06:11:51'),(181,66,'pt','prata','2013-01-27 06:11:51','2013-01-27 06:11:51'),(182,59,'pt','quiguki fêmea','2013-01-27 06:11:51','2013-01-27 06:11:51'),(183,58,'pt','quiguki macho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(184,67,'pt','rascunho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(185,64,'pt','real fêmea','2013-01-27 06:11:51','2013-01-27 06:11:51'),(186,63,'pt','real macho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(187,88,'pt','relíquia','2013-01-27 06:11:51','2013-01-27 06:11:51'),(188,62,'pt','robô','2013-01-27 06:11:51','2013-01-27 06:11:51'),(189,53,'pt','rosa','2013-01-27 06:11:51','2013-01-27 06:11:51'),(190,57,'pt','roxo','2013-01-27 06:11:51','2013-01-27 06:11:51'),(191,99,'pt','sigiloso','2013-01-27 06:11:51','2013-01-27 06:11:51'),(192,65,'pt','sombra','2013-01-27 06:11:51','2013-01-27 06:11:51'),(193,79,'pt','tomate','2013-01-27 06:11:51','2013-01-27 06:11:51'),(194,90,'pt','transparente','2013-01-27 06:11:51','2013-01-27 06:11:51'),(195,80,'pt','tyranniano','2013-01-27 06:11:51','2013-01-27 06:11:51'),(196,33,'pt','uva','2013-01-27 06:11:51','2013-01-27 06:11:51'),(197,34,'pt','verde','2013-01-27 06:11:51','2013-01-27 06:11:51'),(198,61,'pt','vermelho','2013-01-27 06:11:51','2013-01-27 06:11:51'),(199,13,'pt','xadrez','2013-01-27 06:11:51','2013-01-27 06:11:51'),(200,85,'pt','zumbi','2013-01-27 06:11:51','2013-01-27 06:11:51'),(201,92,'en-MEEP','8-bit','2013-01-28 02:46:52','2013-01-28 02:46:52'),(202,1,'en-MEEP','alien','2013-01-28 02:46:52','2013-01-28 02:46:52'),(203,2,'en-MEEP','apple','2013-01-28 02:46:52','2013-01-28 02:46:52'),(204,3,'en-MEEP','asparagus','2013-01-28 02:46:52','2013-01-28 02:46:52'),(205,4,'en-MEEP','aubergine','2013-01-28 02:46:52','2013-01-28 02:46:52'),(206,5,'en-MEEP','avocado','2013-01-28 02:46:52','2013-01-28 02:46:52'),(207,6,'en-MEEP','baby','2013-01-28 02:46:52','2013-01-28 02:46:52'),(208,7,'en-MEEP','biscuit','2013-01-28 02:46:52','2013-01-28 02:46:52'),(209,8,'en-MEEP','blue','2013-01-28 02:46:52','2013-01-28 02:46:52'),(210,9,'en-MEEP','blueberry','2013-01-28 02:46:52','2013-01-28 02:46:52'),(211,10,'en-MEEP','brown','2013-01-28 02:46:52','2013-01-28 02:46:52'),(212,11,'en-MEEP','camouflage','2013-01-28 02:46:52','2013-01-28 02:46:52'),(213,12,'en-MEEP','carrot','2013-01-28 02:46:52','2013-01-28 02:46:52'),(214,13,'en-MEEP','checkered','2013-01-28 02:46:52','2013-01-28 02:46:52'),(215,14,'en-MEEP','chocolate','2013-01-28 02:46:52','2013-01-28 02:46:52'),(216,15,'en-MEEP','chokato','2013-01-28 02:46:52','2013-01-28 02:46:52'),(217,16,'en-MEEP','christmas','2013-01-28 02:46:52','2013-01-28 02:46:52'),(218,17,'en-MEEP','clay','2013-01-28 02:46:52','2013-01-28 02:46:52'),(219,18,'en-MEEP','cloud','2013-01-28 02:46:52','2013-01-28 02:46:52'),(220,19,'en-MEEP','coconut','2013-01-28 02:46:52','2013-01-28 02:46:52'),(221,20,'en-MEEP','custard','2013-01-28 02:46:52','2013-01-28 02:46:52'),(222,21,'en-MEEP','darigan','2013-01-28 02:46:52','2013-01-28 02:46:52'),(223,22,'en-MEEP','desert','2013-01-28 02:46:52','2013-01-28 02:46:53'),(224,100,'en-MEEP','dimensional','2013-01-28 02:46:53','2013-01-28 02:46:53'),(225,23,'en-MEEP','disco','2013-01-28 02:46:53','2013-01-28 02:46:53'),(226,24,'en-MEEP','durian','2013-01-28 02:46:53','2013-01-28 02:46:53'),(227,97,'en-MEEP','elderlyboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(228,98,'en-MEEP','elderlygirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(229,25,'en-MEEP','electric','2013-01-28 02:46:53','2013-01-28 02:46:53'),(230,96,'en-MEEP','eventide','2013-01-28 02:46:53','2013-01-28 02:46:53'),(231,26,'en-MEEP','faerie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(232,27,'en-MEEP','fire','2013-01-28 02:46:53','2013-01-28 02:46:53'),(233,28,'en-MEEP','garlic','2013-01-28 02:46:53','2013-01-28 02:46:53'),(234,29,'en-MEEP','ghost','2013-01-28 02:46:53','2013-01-28 02:46:53'),(235,30,'en-MEEP','glowing','2013-01-28 02:46:53','2013-01-28 02:46:53'),(236,31,'en-MEEP','gold','2013-01-28 02:46:53','2013-01-28 02:46:53'),(237,32,'en-MEEP','gooseberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(238,33,'en-MEEP','grape','2013-01-28 02:46:53','2013-01-28 02:46:53'),(239,34,'en-MEEP','green','2013-01-28 02:46:53','2013-01-28 02:46:53'),(240,35,'en-MEEP','grey','2013-01-28 02:46:53','2013-01-28 02:46:53'),(241,36,'en-MEEP','halloween','2013-01-28 02:46:53','2013-01-28 02:46:53'),(242,37,'en-MEEP','ice','2013-01-28 02:46:53','2013-01-28 02:46:53'),(243,38,'en-MEEP','invisible','2013-01-28 02:46:53','2013-01-28 02:46:53'),(244,39,'en-MEEP','island','2013-01-28 02:46:53','2013-01-28 02:46:53'),(245,40,'en-MEEP','jelly','2013-01-28 02:46:53','2013-01-28 02:46:53'),(246,41,'en-MEEP','lemon','2013-01-28 02:46:53','2013-01-28 02:46:53'),(247,42,'en-MEEP','lime','2013-01-28 02:46:53','2013-01-28 02:46:53'),(248,87,'en-MEEP','magma','2013-01-28 02:46:53','2013-01-28 02:46:53'),(249,43,'en-MEEP','mallow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(250,91,'en-MEEP','maractite','2013-01-28 02:46:53','2013-01-28 02:46:53'),(251,44,'en-MEEP','maraquan','2013-01-28 02:46:53','2013-01-28 02:46:53'),(252,45,'en-MEEP','msp','2013-01-28 02:46:53','2013-01-28 02:46:53'),(253,46,'en-MEEP','mutant','2013-01-28 02:46:53','2013-01-28 02:46:53'),(254,86,'en-MEEP','onion','2013-01-28 02:46:53','2013-01-28 02:46:53'),(255,47,'en-MEEP','orange','2013-01-28 02:46:53','2013-01-28 02:46:53'),(256,48,'en-MEEP','pea','2013-01-28 02:46:53','2013-01-28 02:46:53'),(257,49,'en-MEEP','peach','2013-01-28 02:46:53','2013-01-28 02:46:53'),(258,50,'en-MEEP','pear','2013-01-28 02:46:53','2013-01-28 02:46:53'),(259,51,'en-MEEP','pepper','2013-01-28 02:46:53','2013-01-28 02:46:53'),(260,52,'en-MEEP','pineapple','2013-01-28 02:46:53','2013-01-28 02:46:53'),(261,53,'en-MEEP','pink','2013-01-28 02:46:53','2013-01-28 02:46:53'),(262,54,'en-MEEP','pirate','2013-01-28 02:46:53','2013-01-28 02:46:53'),(263,55,'en-MEEP','plum','2013-01-28 02:46:53','2013-01-28 02:46:53'),(264,56,'en-MEEP','plushie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(265,57,'en-MEEP','purple','2013-01-28 02:46:53','2013-01-28 02:46:53'),(266,58,'en-MEEP','quigukiboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(267,59,'en-MEEP','quigukigirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(268,60,'en-MEEP','rainbow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(269,61,'en-MEEP','red','2013-01-28 02:46:53','2013-01-28 02:46:53'),(270,88,'en-MEEP','relic','2013-01-28 02:46:53','2013-01-28 02:46:53'),(271,62,'en-MEEP','robot','2013-01-28 02:46:53','2013-01-28 02:46:53'),(272,63,'en-MEEP','royalboy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(273,64,'en-MEEP','royalgirl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(274,65,'en-MEEP','shadow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(275,66,'en-MEEP','silver','2013-01-28 02:46:53','2013-01-28 02:46:53'),(276,67,'en-MEEP','sketch','2013-01-28 02:46:53','2013-01-28 02:46:53'),(277,68,'en-MEEP','skunk','2013-01-28 02:46:53','2013-01-28 02:46:53'),(278,69,'en-MEEP','snot','2013-01-28 02:46:53','2013-01-28 02:46:53'),(279,70,'en-MEEP','snow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(280,71,'en-MEEP','speckled','2013-01-28 02:46:53','2013-01-28 02:46:53'),(281,72,'en-MEEP','split','2013-01-28 02:46:53','2013-01-28 02:46:53'),(282,73,'en-MEEP','sponge','2013-01-28 02:46:53','2013-01-28 02:46:53'),(283,74,'en-MEEP','spotted','2013-01-28 02:46:53','2013-01-28 02:46:53'),(284,75,'en-MEEP','starry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(285,99,'en-MEEP','stealthy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(286,76,'en-MEEP','strawberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(287,77,'en-MEEP','striped','2013-01-28 02:46:53','2013-01-28 02:46:53'),(288,93,'en-MEEP','swamp gas','2013-01-28 02:46:53','2013-01-28 02:46:53'),(289,78,'en-MEEP','thornberry','2013-01-28 02:46:53','2013-01-28 02:46:53'),(290,79,'en-MEEP','tomato','2013-01-28 02:46:53','2013-01-28 02:46:53'),(291,90,'en-MEEP','transparent','2013-01-28 02:46:53','2013-01-28 02:46:53'),(292,80,'en-MEEP','tyrannian','2013-01-28 02:46:53','2013-01-28 02:46:53'),(293,81,'en-MEEP','usuki boy','2013-01-28 02:46:53','2013-01-28 02:46:53'),(294,82,'en-MEEP','usuki girl','2013-01-28 02:46:53','2013-01-28 02:46:53'),(295,94,'en-MEEP','water','2013-01-28 02:46:53','2013-01-28 02:46:53'),(296,83,'en-MEEP','white','2013-01-28 02:46:53','2013-01-28 02:46:53'),(297,89,'en-MEEP','woodland','2013-01-28 02:46:53','2013-01-28 02:46:53'),(298,95,'en-MEEP','wraith','2013-01-28 02:46:53','2013-01-28 02:46:53'),(299,84,'en-MEEP','yellow','2013-01-28 02:46:53','2013-01-28 02:46:53'),(300,85,'en-MEEP','zombie','2013-01-28 02:46:53','2013-01-28 02:46:53'),(301,92,'es','8-bits','2013-02-12 05:33:20','2013-02-12 05:33:20'),(302,13,'es','a cuadros','2013-02-12 05:33:20','2013-02-12 05:33:20'),(303,94,'es','agua','2013-02-12 05:33:20','2013-02-12 05:33:20'),(304,5,'es','aguacate','2013-02-12 05:33:20','2013-02-12 05:33:20'),(305,28,'es','ajo','2013-02-12 05:33:20','2013-02-12 05:33:20'),(306,1,'es','alienígena','2013-02-12 05:33:20','2013-02-12 05:33:20'),(307,84,'es','amarillo','2013-02-12 05:33:20','2013-02-12 05:33:20'),(308,98,'es','anciana','2013-02-12 05:33:20','2013-02-12 05:33:20'),(309,97,'es','anciano','2013-02-12 05:33:20','2013-02-12 05:33:20'),(310,96,'es','anochecer','2013-02-12 05:33:20','2013-02-12 05:33:20'),(311,77,'es','a rayas','2013-02-12 05:33:20','2013-02-12 05:33:20'),(312,17,'es','arcilla ','2013-02-12 05:33:20','2013-02-12 05:33:20'),(313,60,'es','arco iris','2013-02-12 05:33:20','2013-02-12 05:33:20'),(314,8,'es','azul','2013-02-12 05:33:20','2013-02-12 05:33:20'),(315,25,'es','azul eléctrico','2013-02-12 05:33:20','2013-02-12 05:33:20'),(316,6,'es','bebé','2013-02-12 05:33:20','2013-02-12 05:33:20'),(317,4,'es','berenjena','2013-02-12 05:33:20','2013-02-12 05:33:20'),(318,83,'es','blanco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(319,89,'es','bosque','2013-02-12 05:33:21','2013-02-12 05:33:21'),(320,11,'es','camuflaje','2013-02-12 05:33:21','2013-02-12 05:33:21'),(321,86,'es','cebolla','2013-02-12 05:33:21','2013-02-12 05:33:21'),(322,14,'es','chocolate','2013-02-12 05:33:21','2013-02-12 05:33:21'),(323,15,'es','chokato','2013-02-12 05:33:21','2013-02-12 05:33:21'),(324,55,'es','ciruela','2013-02-12 05:33:21','2013-02-12 05:33:21'),(325,19,'es','coco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(326,71,'es','con manchas','2013-02-12 05:33:21','2013-02-12 05:33:21'),(327,74,'es','con motas','2013-02-12 05:33:21','2013-02-12 05:33:21'),(328,21,'es','darigan','2013-02-12 05:33:21','2013-02-12 05:33:21'),(329,22,'es','desierto','2013-02-12 05:33:21','2013-02-12 05:33:21'),(330,67,'es','dibujo','2013-02-12 05:33:21','2013-02-12 05:33:21'),(331,100,'es','dimensional','2013-02-12 05:33:21','2013-02-12 05:33:21'),(332,23,'es','disco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(333,72,'es','dividido','2013-02-12 05:33:21','2013-02-12 05:33:21'),(334,31,'es','dorado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(335,24,'es','durian','2013-02-12 05:33:21','2013-02-12 05:33:21'),(336,3,'es','espárrago','2013-02-12 05:33:21','2013-02-12 05:33:21'),(337,95,'es','espíritu','2013-02-12 05:33:21','2013-02-12 05:33:21'),(338,78,'es','espinabaya','2013-02-12 05:33:21','2013-02-12 05:33:21'),(339,73,'es','esponja','2013-02-12 05:33:21','2013-02-12 05:33:21'),(340,75,'es','estrellado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(341,29,'es','fantasma','2013-02-12 05:33:21','2013-02-12 05:33:21'),(342,20,'es','flan','2013-02-12 05:33:21','2013-02-12 05:33:21'),(343,30,'es','fluorescente','2013-02-12 05:33:21','2013-02-12 05:33:21'),(344,76,'es','fresa','2013-02-12 05:33:21','2013-02-12 05:33:21'),(345,27,'es','fuego','2013-02-12 05:33:21','2013-02-12 05:33:21'),(346,7,'es','galleta','2013-02-12 05:33:21','2013-02-12 05:33:21'),(347,32,'es','gansobaya','2013-02-12 05:33:21','2013-02-12 05:33:21'),(348,40,'es','gelatina','2013-02-12 05:33:21','2013-02-12 05:33:21'),(349,35,'es','gris','2013-02-12 05:33:21','2013-02-12 05:33:21'),(350,48,'es','guisante','2013-02-12 05:33:21','2013-02-12 05:33:21'),(351,26,'es','hada','2013-02-12 05:33:21','2013-02-12 05:33:21'),(352,36,'es','halloween','2013-02-12 05:33:21','2013-02-12 05:33:21'),(353,37,'es','hielo','2013-02-12 05:33:21','2013-02-12 05:33:21'),(354,38,'es','invisible','2013-02-12 05:33:21','2013-02-12 05:33:21'),(355,39,'es','isla','2013-02-12 05:33:21','2013-02-12 05:33:21'),(356,41,'es','limón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(357,42,'es','limón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(358,87,'es','magma','2013-02-12 05:33:21','2013-02-12 05:33:21'),(359,2,'es','manzana','2013-02-12 05:33:21','2013-02-12 05:33:21'),(360,91,'es','maractita','2013-02-12 05:33:21','2013-02-12 05:33:21'),(361,44,'es','maracuático','2013-02-12 05:33:21','2013-02-12 05:33:21'),(362,10,'es','marrón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(363,43,'es','marshmallow','2013-02-12 05:33:21','2013-02-12 05:33:21'),(364,49,'es','melocotón','2013-02-12 05:33:21','2013-02-12 05:33:21'),(365,93,'es','metano','2013-02-12 05:33:21','2013-02-12 05:33:21'),(366,69,'es','moco','2013-02-12 05:33:21','2013-02-12 05:33:21'),(367,68,'es','mofeta','2013-02-12 05:33:21','2013-02-12 05:33:21'),(368,9,'es','mora azul','2013-02-12 05:33:21','2013-02-12 05:33:21'),(369,57,'es','morado','2013-02-12 05:33:21','2013-02-12 05:33:21'),(370,45,'es','msp','2013-02-12 05:33:21','2013-02-12 05:33:21'),(371,46,'es','mutante','2013-02-12 05:33:21','2013-02-12 05:33:21'),(372,47,'es','naranja','2013-02-12 05:33:21','2013-02-12 05:33:21'),(373,16,'es','navidad','2013-02-12 05:33:21','2013-02-12 05:33:21'),(374,64,'es','niña de la realeza','2013-02-12 05:33:21','2013-02-12 05:33:21'),(375,63,'es','niño de la realeza','2013-02-12 05:33:22','2013-02-12 05:33:22'),(376,70,'es','nieve','2013-02-12 05:33:22','2013-02-12 05:33:22'),(377,18,'es','nube','2013-02-12 05:33:22','2013-02-12 05:33:22'),(378,56,'es','peluche','2013-02-12 05:33:22','2013-02-12 05:33:22'),(379,50,'es','pera','2013-02-12 05:33:22','2013-02-12 05:33:22'),(380,52,'es','piña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(381,51,'es','pimiento','2013-02-12 05:33:22','2013-02-12 05:33:22'),(382,54,'es','pirata','2013-02-12 05:33:22','2013-02-12 05:33:22'),(383,66,'es','plateado','2013-02-12 05:33:22','2013-02-12 05:33:22'),(384,59,'es','quiguki niña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(385,58,'es','quiguki niño','2013-02-12 05:33:22','2013-02-12 05:33:22'),(386,88,'es','reliquia','2013-02-12 05:33:22','2013-02-12 05:33:22'),(387,62,'es','robot','2013-02-12 05:33:22','2013-02-12 05:33:22'),(388,61,'es','rojo','2013-02-12 05:33:22','2013-02-12 05:33:22'),(389,53,'es','rosa','2013-02-12 05:33:22','2013-02-12 05:33:22'),(390,99,'es','sigiloso','2013-02-12 05:33:22','2013-02-12 05:33:22'),(391,65,'es','sombra','2013-02-12 05:33:22','2013-02-12 05:33:22'),(392,79,'es','tomate','2013-02-12 05:33:22','2013-02-12 05:33:22'),(393,90,'es','transparente','2013-02-12 05:33:22','2013-02-12 05:33:22'),(394,80,'es','tyranniano','2013-02-12 05:33:22','2013-02-12 05:33:22'),(395,82,'es','usuki niña','2013-02-12 05:33:22','2013-02-12 05:33:22'),(396,81,'es','usuki niño','2013-02-12 05:33:22','2013-02-12 05:33:22'),(397,33,'es','uva','2013-02-12 05:33:22','2013-02-12 05:33:22'),(398,34,'es','verde','2013-02-12 05:33:22','2013-02-12 05:33:22'),(399,12,'es','zanahoria ','2013-02-12 05:33:22','2013-02-12 05:33:22'),(400,85,'es','zombi','2013-02-12 05:33:22','2013-02-12 05:33:22'),(401,101,'en','agueena','2013-02-16 06:01:08','2013-12-21 01:15:19'),(402,101,'pt','Agueena','2013-02-16 06:03:06','2013-02-16 06:03:06'),(403,101,'es','Agüina','2013-02-16 06:03:06','2013-02-16 06:03:06'),(404,102,'en','pastel','2013-12-21 01:19:37','2014-11-15 01:52:51'),(405,-1,'en','nebula','2014-04-01 03:18:20','2014-04-01 03:18:20'),(406,103,'en','ummagine','2014-10-03 21:54:58','2014-11-15 01:54:18'),(407,-1,'pt','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(408,-1,'es','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(409,-1,'en-MEEP','nebula','2014-11-15 01:50:34','2014-11-15 01:50:34'),(410,101,'en-MEEP','agueena','2014-11-15 01:51:08','2014-11-15 01:51:08'),(411,102,'en-MEEP','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(412,102,'pt','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(413,102,'es','pastel','2014-11-15 01:52:51','2014-11-15 01:52:51'),(414,103,'es','rarajena','2014-11-15 01:54:18','2014-11-15 01:54:18'),(415,103,'pt','ummagina','2014-11-15 01:54:18','2014-11-15 01:54:18'),(416,103,'en-MEEP','ummagine','2014-11-15 01:54:18','2014-11-15 01:54:18'),(417,104,'en','Polka Dot','2015-02-12 02:29:50','2015-02-12 02:29:50'),(418,104,'en-MEEP','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(419,104,'pt','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(420,104,'es','Polka Dot','2015-02-12 02:31:47','2015-02-12 02:31:47'),(421,105,'en','Candy','2017-02-23 19:19:07','2017-02-23 19:19:07'),(422,106,'en','marble','2017-02-23 19:29:00','2017-02-23 19:29:00'),(423,107,'en','Steampunk','2018-01-27 23:54:10','2018-01-27 23:54:10'),(424,108,'en','Toy','2018-02-14 22:40:32','2018-02-14 22:40:32'),(425,109,'en','Origami','2018-03-07 04:53:11','2018-03-07 04:53:11'),(426,110,'en','Oil Paint','2019-03-07 03:15:31','2019-03-07 03:20:36'),(427,111,'en','Mosaic','2019-04-29 18:04:39','2019-04-29 18:04:39'),(428,112,'en','Burlap','2019-04-29 18:06:47','2019-04-29 18:06:47'),(429,114,'en','Juppie Swirl',NULL,NULL),(430,115,'en','Valentine','2023-02-15 04:58:23','2023-02-15 04:58:23'),(431,116,'en','Sroom',NULL,NULL),(432,117,'en','potato','2023-07-31 21:48:32','2023-07-31 21:48:32'); /*!40000 ALTER TABLE `color_translations` ENABLE KEYS */; UNLOCK TABLES; @@ -135,6 +137,8 @@ CREATE TABLE `zones` ( `id` int(11) NOT NULL AUTO_INCREMENT, `depth` int(11) DEFAULT NULL, `type_id` int(11) DEFAULT NULL, + `label` varchar(255) NOT NULL, + `plain_label` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -145,7 +149,7 @@ CREATE TABLE `zones` ( LOCK TABLES `zones` WRITE; /*!40000 ALTER TABLE `zones` DISABLE KEYS */; -INSERT INTO `zones` VALUES (1,1,4),(2,2,4),(3,3,3),(4,6,1),(5,7,1),(6,8,2),(7,9,1),(8,10,2),(9,11,1),(10,12,1),(11,13,2),(12,14,1),(13,15,2),(14,17,1),(15,18,1),(16,19,2),(17,20,1),(18,21,1),(19,22,2),(20,23,1),(21,24,2),(22,25,1),(23,26,2),(24,28,2),(25,29,2),(26,30,2),(27,31,2),(28,32,1),(29,33,1),(30,34,1),(31,35,2),(32,36,1),(33,37,1),(34,38,1),(35,41,2),(36,39,2),(37,40,1),(38,42,1),(39,43,1),(40,44,2),(41,45,2),(42,46,2),(43,47,2),(44,49,3),(45,50,3),(46,48,2),(47,51,3),(48,4,3),(49,5,2),(50,16,2),(51,27,2),(52,52,3); +INSERT INTO `zones` VALUES (1,1,4,'Music','music'),(2,2,4,'Sound Effects','soundeffects'),(3,3,3,'Background','background'),(4,6,1,'Biology Effects','biologyeffects'),(5,7,1,'Hind Biology','hindbiology'),(6,8,2,'Markings','markings'),(7,9,1,'Hind Disease','hinddisease'),(8,10,2,'Hind Cover','hindcover'),(9,11,1,'Hind Transient Biology','hindtransientbiology'),(10,12,1,'Hind Drippings','hinddrippings'),(11,13,2,'Backpack','backpack'),(12,14,1,'Wings Transient Biology','wingstransientbiology'),(13,15,2,'Wings','wings'),(14,17,1,'Hair Back','hairback'),(15,18,1,'Body','body'),(16,19,2,'Markings','markings'),(17,20,1,'Body Disease','bodydisease'),(18,21,1,'Feet Transient Biology','feettransientbiology'),(19,22,2,'Shoes','shoes'),(20,23,1,'Lower-body Transient Biology','lowerbodytransientbiology'),(21,24,2,'Trousers','trousers'),(22,25,1,'Upper-body Transient Biology','upperbodytransientbiology'),(23,26,2,'Shirt/Dress','shirtdress'),(24,28,2,'Necklace','necklace'),(25,29,2,'Gloves','gloves'),(26,30,2,'Jacket','jacket'),(27,31,2,'Collar','collar'),(28,32,1,'Body Drippings','bodydrippings'),(29,33,1,'Ruff','ruff'),(30,34,1,'Head','head'),(31,35,2,'Markings','markings'),(32,36,1,'Head Disease','headdisease'),(33,37,1,'Eyes','eyes'),(34,38,1,'Mouth','mouth'),(35,41,2,'Glasses','glasses'),(36,39,2,'Earrings','earrings'),(37,40,1,'Hair Front','hairfront'),(38,42,1,'Head Transient Biology','headtransientbiology'),(39,43,1,'Head Drippings','headdrippings'),(40,44,2,'Hat','hat'),(41,45,2,'Earrings','earrings'),(42,46,2,'Right-hand Item','righthanditem'),(43,47,2,'Left-hand Item','lefthanditem'),(44,49,3,'Higher Foreground Item','higherforegrounditem'),(45,50,3,'Lower Foreground Item','lowerforegrounditem'),(46,48,2,'Static','static'),(47,51,3,'Thought Bubble','thoughtbubble'),(48,4,3,'Background Item','backgrounditem'),(49,5,2,'Right-hand Item','righthanditem'),(50,16,2,'Hat','hat'),(51,27,2,'Belt','belt'),(52,52,3,'Foreground','foreground'); /*!40000 ALTER TABLE `zones` ENABLE KEYS */; UNLOCK TABLES; @@ -189,4 +193,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-12-08 13:32:06 +-- Dump completed on 2024-02-01 1:53:33 diff --git a/scripts/db/public-data-from-modeling.sql.gz b/scripts/db/public-data-from-modeling.sql.gz index 4290231..ce57bac 100644 Binary files a/scripts/db/public-data-from-modeling.sql.gz and b/scripts/db/public-data-from-modeling.sql.gz differ diff --git a/scripts/db/schema-for-id.sql b/scripts/db/schema-for-id.sql index d25c359..359897b 100644 --- a/scripts/db/schema-for-id.sql +++ b/scripts/db/schema-for-id.sql @@ -1,6 +1,6 @@ --- MariaDB dump 10.18 Distrib 10.4.17-MariaDB, for Linux (x86_64) +-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x86_64) -- --- Host: impress.openneo.net Database: openneo_id +-- Host: legacy.impress.openneo.net Database: openneo_id -- ------------------------------------------------------ -- Server version 5.5.62-0ubuntu0.14.04.1-log @@ -40,6 +40,7 @@ CREATE TABLE `users` ( `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `reset_password_sent_at` datetime DEFAULT NULL, + `remember_created_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `index_users_on_email` (`email`), UNIQUE KEY `index_users_on_reset_password_token` (`reset_password_token`), @@ -56,4 +57,4 @@ CREATE TABLE `users` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-11-13 6:46:08 +-- Dump completed on 2024-02-01 2:00:53 diff --git a/scripts/db/schema-for-impress.sql b/scripts/db/schema-for-impress.sql index 6a8c06c..6cc3376 100644 --- a/scripts/db/schema-for-impress.sql +++ b/scripts/db/schema-for-impress.sql @@ -1,6 +1,6 @@ --- MariaDB dump 10.18 Distrib 10.4.17-MariaDB, for Linux (x86_64) +-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x86_64) -- --- Host: impress.openneo.net Database: openneo_impress +-- Host: legacy.impress.openneo.net Database: openneo_impress -- ------------------------------------------------------ -- Server version 5.5.62-0ubuntu0.14.04.1-log @@ -74,6 +74,7 @@ CREATE TABLE `colors` ( `basic` tinyint(1) DEFAULT NULL, `standard` tinyint(1) DEFAULT NULL, `prank` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -115,8 +116,6 @@ CREATE TABLE `items` ( `price` mediumint(9) NOT NULL, `weight_lbs` smallint(6) DEFAULT NULL, `species_support_ids` mediumtext COLLATE utf8_unicode_ci, - `sold_in_mall` tinyint(1) NOT NULL DEFAULT '0', - `last_spidered` datetime DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `explicitly_body_specific` tinyint(1) NOT NULL DEFAULT '0', @@ -124,7 +123,6 @@ CREATE TABLE `items` ( `modeling_status_hint` enum('done','glitchy') COLLATE utf8_unicode_ci DEFAULT NULL, `is_manually_nc` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `objects_last_spidered` (`last_spidered`), KEY `items_modeling_status_hint` (`modeling_status_hint`), KEY `items_modeling_status_hint_and_id` (`modeling_status_hint`,`id`), KEY `items_modeling_status_hint_and_created_at` (`modeling_status_hint`,`created_at`), @@ -246,6 +244,7 @@ DROP TABLE IF EXISTS `species`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `species` ( `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -294,6 +293,7 @@ CREATE TABLE `swf_assets` ( `manifest` mediumtext COLLATE utf8_unicode_ci, `manifest_cached_at` timestamp NULL DEFAULT NULL, `known_glitches` varchar(128) COLLATE utf8_unicode_ci DEFAULT '', + `manifest_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `swf_assets_body_id_and_object_id` (`body_id`), KEY `idx_swf_assets_zone_id` (`zone_id`), @@ -317,10 +317,11 @@ CREATE TABLE `users` ( `beta` tinyint(1) NOT NULL DEFAULT '0', `remember_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `remember_created_at` datetime DEFAULT NULL, - `image_mode_tester` tinyint(1) NOT NULL DEFAULT '0', `owned_closet_hangers_visibility` int(11) NOT NULL DEFAULT '1', `wanted_closet_hangers_visibility` int(11) NOT NULL DEFAULT '1', `contact_neopets_connection_id` int(11) DEFAULT NULL, + `last_trade_activity_at` timestamp NULL DEFAULT NULL, + `support_staff` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; @@ -336,6 +337,8 @@ CREATE TABLE `zones` ( `id` int(11) NOT NULL AUTO_INCREMENT, `depth` int(11) DEFAULT NULL, `type_id` int(11) DEFAULT NULL, + `label` varchar(255) NOT NULL, + `plain_label` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -370,4 +373,4 @@ CREATE TABLE `zone_translations` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-11-13 6:46:05 +-- Dump completed on 2024-02-01 2:00:51 diff --git a/scripts/setup-mysql.sql b/scripts/setup-mysql.sql index 2e07ee6..f6e7722 100644 --- a/scripts/setup-mysql.sql +++ b/scripts/setup-mysql.sql @@ -1,6 +1,7 @@ USE openneo_impress; -- Public data tables: read +GRANT SELECT ON alt_styles TO impress2020; GRANT SELECT ON campaigns TO impress2020; GRANT SELECT ON colors TO impress2020; GRANT SELECT ON color_translations TO impress2020;