Started scaffolding a database init script
This commit is contained in:
parent
f812971395
commit
864b44b13b
1 changed files with 5 additions and 0 deletions
5
bootstrap/schema/initdb.sh
Normal file
5
bootstrap/schema/initdb.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Check if either mysql or postgresql is passed in
|
||||
|
||||
# Check if the username and password are present
|
Loading…
Add table
Add a link
Reference in a new issue