mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 10:05:28 +08:00
Update boot_dev
This commit is contained in:
parent
513f1f065a
commit
6bfe92e19e
@ -44,7 +44,7 @@ if [ "${initialize}" = "initialize" ]; then
|
||||
|
||||
echo "Migrating database..."
|
||||
"${SCRIPTPATH}/rake" db:migrate
|
||||
"RAILS_ENV=test ${SCRIPTPATH}/rake" db:migrate
|
||||
RAILS_ENV=test "${SCRIPTPATH}/rake" db:migrate
|
||||
|
||||
echo "Creating admin user..."
|
||||
"${SCRIPTPATH}/rake" admin:create
|
||||
|
Loading…
x
Reference in New Issue
Block a user