aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-09 09:17:57 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-09 09:17:57 +0100
commit9c02c66ed3838c753f4d50354716abdf0dcc2a6d (patch)
treebbd06aa555bc49635f901e6639b9008b3903647d /install
parentd82bf2b921e8779870d1ea4cfeb08c3de3d1382e (diff)
downloadvolse-hubzilla-9c02c66ed3838c753f4d50354716abdf0dcc2a6d.tar.gz
volse-hubzilla-9c02c66ed3838c753f4d50354716abdf0dcc2a6d.tar.bz2
volse-hubzilla-9c02c66ed3838c753f4d50354716abdf0dcc2a6d.zip
remove redundant 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 62cf6a5f2..1f396ee0e 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -993,7 +993,7 @@ CREATE TABLE IF NOT EXISTS `poll_elm` (
KEY `pelm_guid` (`pelm_guid`),
KEY `pelm_poll` (`pelm_poll`),
KEY `pelm_result` (`pelm_result`),
- KEY `pelm_order` (`pelm_order`),
+ KEY `pelm_order` (`pelm_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE IF NOT EXISTS `profdef` (