Sha256: 9b1ecf31f902d187593fdf33acea737d56423b08e06ec2983564fbf5e4adc574
Contents?: true
Size: 152 Bytes
Versions: 6
Compression:
Stored size: 152 Bytes
Contents
#!/usr/bin/env bash if [ "$RACK_ENV" == "production" ] then psql $DATABASE_URL else export $(cat .env.development | xargs) && psql $DATABASE_URL fi
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
toggl_cache-0.2.1 | bin/db/psql |
toggl_cache-0.2.0 | bin/db/psql |
toggl_cache-0.1.1 | bin/db/psql |
toggl_cache-0.1.0 | bin/db/psql |
jira_cache-0.2.2 | bin/db/psql |
jira_cache-0.2.1 | bin/db/psql |