Sha256: 8a18e7e2ed1b0d35603061516c7ab1746efbe1d54e4533aa6746061e1e659611

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

if diff -qrN ".*/deploy/current/db/migrate" "\./db/migrate" 2>/dev/null
then
  echo "-----> DB migrations unchanged; skipping DB migration"
else
  echo "-----> Migrating database"
      RAILS_ENV="production" bundle exec rake db:migrate
fi

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mina-1.2.5 spec/support/outputs/rails_db_migrate_with_diff.txt