Skip to content
Snippets Groups Projects
Commit b41d6c9f authored by giannisdag's avatar giannisdag
Browse files

remove escape chars from sql file

parent 69537e34
Branches master
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ CREATE TABLE `rrule` (
LOCK TABLES `rrule` WRITE;
/*!40000 ALTER TABLE `rrule` DISABLE KEYS */;
INSERT INTO `rrule` VALUES (1,'{\"freq\": \"RRule.WEEKLY\", \"until\": \"2017-07-26\", \"dstart\": \"2017-06-26\"}',1,4,1);
INSERT INTO `rrule` VALUES (1,'{"freq": "RRule.WEEKLY", "until": "2017-07-26", "dstart": "2017-06-26"}',1,4,1);
/*!40000 ALTER TABLE `rrule` ENABLE KEYS */;
UNLOCK TABLES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment