summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-25 14:47:15 +0200
committerErich Eckner <git@eckner.net>2018-03-25 14:47:15 +0200
commit625c5b7b37e3f01d1efed19a0291429245f3084e (patch)
treeb46704d9064f6eeaf77226711bb5f16721861387 /bin/bootstrap-mysql
parent82246d368ae584eb0426e1cc69b721fa5c08e58c (diff)
downloadbuilder-625c5b7b37e3f01d1efed19a0291429245f3084e.tar.xz
bin/bootstrap-mysql: link tables, too
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 80727c8..4a79c55 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -180,7 +180,7 @@ if [ ! "$1" = 'slim' ]; then
printf '%s\n' \
'/*!40014 SET UNIQUE_CHECKS=0 */;' \
'/*!40014 SET FOREIGN_KEY_CHECKS=0 */;'
- for turn in 'drop' 'create'; do # 'link'; do
+ for turn in 'drop' 'create' 'link'; do
echo "${tables}" | \
sed -n '
/^\S/p