Commit ded0d9ae authored by Aurel's avatar Aurel

typo

parent ac621566
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<key> <string>src</string> </key> <key> <string>src</string> </key>
<value> <string>CREATE TABLE `syncml` (\n <value> <string>CREATE TABLE `syncml` (\n
`path` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT \'\',\n `path` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT \'\',\n
`gid` varchar(255) COLLATE utf8_unicode_ci DEFAULT \'\'\n `gid` varchar(255) COLLATE utf8_unicode_ci DEFAULT \'\',\n
PRIMARY KEY (`path`),\n PRIMARY KEY (`path`),\n
KEY `gid` (`gid`,`path`)\n KEY `gid` (`gid`,`path`)\n
) ENGINE=InnoDB;\n ) ENGINE=InnoDB;\n
......
93 94
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment