From 625c5b7b37e3f01d1efed19a0291429245f3084e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 25 Mar 2018 14:47:15 +0200 Subject: bin/bootstrap-mysql: link tables, too --- bin/bootstrap-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bootstrap-mysql') 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 -- cgit v1.2.3-54-g00ecf