use schema instead of migrations for installer [ci skip]
This commit is contained in:
parent
125b013c10
commit
a49fe03bd8
1 changed files with 2 additions and 3 deletions
|
|
@ -391,9 +391,8 @@ echo "bundling..."
|
||||||
run_or_error "bundle install"
|
run_or_error "bundle install"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "creating and migrating default database in config/database.yml. please wait..."
|
echo "creating the default database specified in config/database.yml. please wait..."
|
||||||
run_or_error "rake db:create db:migrate --trace"
|
run_or_error "bundle exec rake db:schema:load_if_ruby db:structure:load_if_sql --trace"
|
||||||
# I think we could use 'rake db:setup' here...
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
define GOODBYE_MSG <<'EOT'
|
define GOODBYE_MSG <<'EOT'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue