aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorBob Mottram <bob@robotics.uk.to>2016-02-23 19:50:45 +0000
committerBob Mottram <bob@robotics.uk.to>2016-02-23 19:50:45 +0000
commit29c9e7c0a2099c8d46a852a908f4c337a0aaed5d (patch)
tree091702e5023a240d6f4135c47b0dd26c7334a932 /install
parentf15a06c0c2d3d63bc4cb9efabf5a6e04da6d85f9 (diff)
downloadvolse-hubzilla-29c9e7c0a2099c8d46a852a908f4c337a0aaed5d.tar.gz
volse-hubzilla-29c9e7c0a2099c8d46a852a908f4c337a0aaed5d.tar.bz2
volse-hubzilla-29c9e7c0a2099c8d46a852a908f4c337a0aaed5d.zip
Remove stray comma
Diffstat (limited to 'install')
-rw-r--r--install/schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 693cad1a8..161c174e5 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -555,7 +555,7 @@ CREATE TABLE IF NOT EXISTS `iconfig` (
KEY `iid` (`iid`),
KEY `cat` (`cat`),
KEY `k` (`k`),
- KEY `sharing` (`sharing`),
+ KEY `sharing` (`sharing`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `issue` (