Commit Graph

7 Commits

Author SHA1 Message Date
Jan Provaznik 0fc9f9d3e7 Add version 4.2 to all existing migrations
DB schema generated by a migration may look different in
rails 4 and 5 (because rails 5 may use different default values).
For this reason it's important to explicitly set for which rails
version a migration was written for.

See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
2018-11-22 13:18:28 +01:00
Gabriel Mazetto f21e655b61 disable_statement_timeout doesn't require any argument anymore
it will decide the method for disable statement_timeout upon
per transaction or per session, based on how it's called.

When calling with a block, block will be executed and it will use
session based statement_timeout, otherwise will default to existing
behavior.
2018-08-11 04:15:59 +02:00
Gabriel Mazetto 119c49172f Fix specs to use `disable_statement_timeout` correctly 2018-08-10 20:40:00 +02:00
Grzegorz Bizon b55aad4cc3 Migrate stages only with correct foreign references 2017-06-06 14:32:24 +02:00
Grzegorz Bizon 8e071f2809 Improve indexes and refs in pipeline stages migrations 2017-06-06 14:10:50 +02:00
Grzegorz Bizon af72fa9c9c Migrate pipeline stages only when not migrated already 2017-06-05 13:21:49 +02:00
Grzegorz Bizon ff61e2b776 Reorder pipeline stages-related migrations 2017-05-26 22:33:50 +02:00