fixing trailing comma in mysql

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
David Lawrence 2015-07-05 20:04:21 -07:00
parent bce5930763
commit 06f2846561
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ if [ -n "${DB_USER}" -o -n "${DB_NAME}" ]; then
\`gun\` varchar(255) NOT NULL, \`gun\` varchar(255) NOT NULL,
\`cipher\` int(11) NOT NULL, \`cipher\` int(11) NOT NULL,
\`public\` blob NOT NULL, \`public\` blob NOT NULL,
PRIMARY KEY (\`gun\`), PRIMARY KEY (\`gun\`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;" ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"
done done
fi fi