summaryrefslogtreecommitdiff
path: root/db/migrate/20161206153753_remove_uniq_name_index_from_namespace.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add remove_concurrent_index to database helperblackst0ne2017-04-061-0/+1
|
* Modify namespace name and path validationdz-remove-namespaces-path-uniqDmitriy Zaporozhets2016-12-121-0/+36
Currently namespace name and path have uniq validaiton which does not allow us to use same group name/path inside different groups. This commit changes validation in next way: * Allow same namespace name with different parent_id * Allow same namespace path. Uniq validation should be handled by routes table Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>