mirror of https://github.com/docker/docs.git
fixing trailing comma in mysql
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
parent
bce5930763
commit
06f2846561
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue