summaryrefslogtreecommitdiff
path: root/db/migrate/20160226114608_add_trigram_indexes_for_searching.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove rails4 specific codeJasper Maes2018-12-161-6/+1
* Add version 4.2 to all existing migrationsjprovazn-versioned-migrationsJan Provaznik2018-11-221-1/+1
* Support rails5 in postgres indexes function and fix some migrationsJasper Maes2018-06-051-1/+6
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
* Attempt to create pg_trgm extension in migration for test/dev environmentsStan Hu2016-04-201-0/+11
* More detailed trigram migration error messagetrigram-index-searchingYorick Peterse2016-03-111-1/+4
* Added trigram indexes for various searched columnsYorick Peterse2016-03-111-0/+50