diff --git a/files/db/backup_v2.sql b/files/db/backup_v2.sql index 295b2e8..65508a2 100644 --- a/files/db/backup_v2.sql +++ b/files/db/backup_v2.sql @@ -143,7 +143,7 @@ CREATE TABLE `projects` ( LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; -INSERT INTO `projects` VALUES (1,'te_araroa','Te Araroa','2015-12-29 00:00:00','2016-03-05 23:59:59','te_araroa.geojson','Pacific/Auckland','2019-01-26 09:17:04'),(2,'hrp','HRP','2019-06-01 00:00:00','2019-09-10 23:59:59','hrp.geojson','Europe/Paris','2019-01-26 09:17:04'); +INSERT INTO `projects` VALUES (1,'te_araroa','Te Araroa','2015-12-29 00:00:00','2016-03-05 23:59:59','te_araroa.geojson','Pacific/Auckland','2019-01-26 09:17:04'),(2,'hrp','Haute Randonnée Pyrénéenne','2019-06-01 00:00:00','2019-09-10 23:59:59','hrp.geojson','Europe/Paris','2019-01-26 09:17:04'); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES;