Sha256: 92e1ed174218a315640c19eea433b57a63a14996e54703177cbc582771883183

Contents?: true

Size: 214 Bytes

Versions: 6

Compression:

Stored size: 214 Bytes

Contents

#!/usr/bin/env bash
if [ "$RACK_ENV" == "production" ]
then
  sequel -m config/db_migrations -M 0 $DATABASE_URL
else
  export $(cat .env.development | xargs) && sequel -m config/db_migrations -M 0 $DATABASE_URL
fi

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
toggl_cache-0.2.1 bin/db/reset
toggl_cache-0.2.0 bin/db/reset
toggl_cache-0.1.1 bin/db/reset
toggl_cache-0.1.0 bin/db/reset
jira_cache-0.2.2 bin/db/reset
jira_cache-0.2.1 bin/db/reset