From 596be04ae9c2cff14d39241a6d3046c792423fb2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 28 Mar 2018 09:24:32 +0200 Subject: bin/bootstrap-mysql: fix typo --- bin/bootstrap-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 46adc55..b2277e9 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -139,7 +139,7 @@ if [ ! "$1" = 'slim' ]; then 'todos MEDIUMINT' \ ' file VARCHAR(64)' \ ' line MEDIUMINT' \ - ' description VARCHAR(512)' + ' description VARCHAR(512)' \ 'todo_links MEDIUMINT' \ ' dependent MEDIUMINT' \ ' depending_on MEDIUMINT' \ -- cgit v1.2.3-54-g00ecf