An error occurred while fetching the assigned milestone of the selected merge_request.
Model changes for code owner approval rules
All threads resolved!
All threads resolved!
Compare changes
- Bob Van Landuyt authored
This makes sure that we don't create a partial unique index on a database that does not support it. Since we can't enforce that uniqueness on the partial data, we should not add it at all, since otherwise users would be blocked from creating certain records. Or we would not be able to create the index if offending records would already exist.
@@ -58,7 +58,11 @@ def add_index_options(table_name, column_name, options = {}) #:nodoc: