summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
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