summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-28 09:24:32 +0200
committerErich Eckner <git@eckner.net>2018-03-28 09:24:32 +0200
commit596be04ae9c2cff14d39241a6d3046c792423fb2 (patch)
treeaa77419d4c4d85fbb2b7ba31ae30e90cd07ecf2d
parenta22ca382ed313b6308674509bb3099b1fa700596 (diff)
downloadbuilder-596be04ae9c2cff14d39241a6d3046c792423fb2.tar.xz
bin/bootstrap-mysql: fix typo
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 1 insertions, 1 deletions
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' \