mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
fix comment
This commit is contained in:
parent
8170920ba4
commit
02f42dcdaa
|
|
@ -3,7 +3,10 @@
|
|||
# Include config
|
||||
. config.sh
|
||||
|
||||
# Setting up database for demo and testing
|
||||
# Setup database
|
||||
echo "#################################################"
|
||||
echo "Setup database"
|
||||
echo "#################################################"
|
||||
mysql -e 'drop database if exists oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
|
||||
mysql -e 'create database oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user