summaryrefslogtreecommitdiff
path: root/db/migrate/20180504195842_project_name_lower_index.rb
Commit message (Collapse)AuthorAgeFilesLines
* disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto2018-08-111-2/+2
| | | | | | | | | 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.
* Fix specs to use `disable_statement_timeout` correctlyGabriel Mazetto2018-08-101-9/+9
|
* Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+32