Commit Graph

6 Commits

Author SHA1 Message Date
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