Sha256: 530af1c3e07d383d85c2723364b18e494ef8fe42ebc6b099febc2392b8ee4f72
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). Please follow the format in [Keep a Changelog](http://keepachangelog.com/) ## [Unreleased] ## [0.1.0.rc.6] - 2016-04-07 ### Added - Support non-ddl migrations by implementing the methods for the ActiveRecord quering to work. ### Changed - Refactor the PerconaAdapter to use the Runner as connection client, as all the other adapters. ## [0.1.0.rc.5] - 2016-03-29 ### Changed - Raise a ActiveRecord::StatementInvalid on failed migration. It also provides more detailed error message when possible such as pt-onlin-schema-change being missing. ## [0.1.0.rc.4] - 2016-03-15 ### Added - Support #drop_table - Support for foreing keys in db/schema.rb when using [Foreigner gem](https://github.com/matthuhiggins/foreigner) in Rails 3 apps. This allows to define foreign keys with #execute, but does not provide support for add_foreign_key yet. ## [0.1.0.rc.3] - 2016-03-10 ### Added - Support #execute. Allows to execute raw SQL from the migration ## [0.1.0.rc.2] - 2016-03-09 ### Added - VERBOSE env var in tests. Specially useful for integration tests. - Fix #create_table migration method. Now it does create the table. ### Changed - Use ActiveRecord's logger instead of specifying one in the connection data. ## [0.1.0.rc.1] - 2016-03-01 - Initial gem version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
percona_migrator-0.1.0.rc.6 | CHANGELOG.md |