From 47c82fa7c6c018864f0415463103b38affdf359d Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sat, 9 Oct 2021 21:48:36 -0400 Subject: [PATCH] temporary createdb.sh --- scripts/createdb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/createdb.sh b/scripts/createdb.sh index 3a3c347..c3004a8 100755 --- a/scripts/createdb.sh +++ b/scripts/createdb.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # test to create a database from bash mysql << 'EOF' +drop birds; CREATE DATABASE IF NOT EXISTS birds; USE birds;