Sha256: 6be34b435c625222c6a275f6ee4877e797f822ba1dbe3d2a7fb5cd4df35bdaeb

Contents?: true

Size: 160 Bytes

Versions: 42

Compression:

Stored size: 160 Bytes

Contents

#!/bin/sh

set -e

echo "Migrating database..."
bundle exec rake db:migrate

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/contentful migrate -y

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
wcc-contentful-0.2.1 lib/generators/wcc/templates/release
wcc-contentful-0.2.0 lib/generators/wcc/templates/release