summaryrefslogtreecommitdiff
path: root/db/migrate/20161124111395_add_index_to_parent_id.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add version 4.2 to all existing migrationsjprovazn-versioned-migrationsJan Provaznik2018-11-221-1/+1
| | | | | | | | | 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
* Add remove_concurrent_index to database helperblackst0ne2017-04-061-0/+1
|
* Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-071-1/+5
|
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+14
* add parent_id field to namespaces table to store relation with nested groups * create routes table to keep information about full path of every group and project * project/group lookup by full path from routes table Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>