From 28eaffe247b19a1f2b44a9248fa371c130fe00d1 Mon Sep 17 00:00:00 2001 From: franzz Date: Sun, 27 Jan 2019 21:15:03 +0100 Subject: [PATCH] update backup --- files/db/backup_v2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;