Sha256: 0e4592faa68d36a9abef990f2b3cb49286fb8aad853013acbc30e764bdd78548
Contents?: true
Size: 775 Bytes
Versions: 7
Compression:
Stored size: 775 Bytes
Contents
# PgMigrate The ruby implementation of pg_migrate. With this gem, there are two primary features: * Manifest Builder - process a user's pg_migrate manifest into a stable set of SQL migration scripts * Migrator - migrate a database, using a built pg_migrate manifest ## Installation **NOTE: this gem is not yet published** Add this line to your application's Gemfile: gem 'pg_migrate' And then execute: $ bundle Or install it yourself as: $ gem install pg_migrate ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
7 entries across 7 versions & 1 rubygems