summaryrefslogtreecommitdiff
path: root/db/migrate/20161130101252_fill_projects_routes_table.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use optimized query to fill the routes table when running PostgreSQLDouglas Barbosa Alexandre2016-12-151-6/+14
|
* Don't use the Route model in migrationsDouglas Barbosa Alexandre2016-12-151-1/+1
|
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+22
* 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>