Sha256: 2d48d7cb2e00949e989019c634b8bf86086198a298a0d6331d29a4e775d3f99b
Contents?: true
Size: 381 Bytes
Versions: 23
Compression:
Stored size: 381 Bytes
Contents
#!/bin/bash -e echo 'Dropping your naf_development database if it exists' psql -U postgres -c "drop database if exists naf_development" psql -U postgres -c "drop database if exists primary_development" echo 'Removing existing migration in dummy application' rm -f spec/dummy/app/models/other/base.rb rm -rf spec/dummy/db/naf rm -f spec/dummy/db/migrate/*.rb ./ci/travis.sh
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
naf-1.1.2 | ci/test-build.sh |
naf-1.1.1 | ci/test-build.sh |
naf-1.1.0 | ci/test-build.sh |