gitlab-org--gitlab-foss/db
Yorick Peterse 766060bcdf
Enforce use of add_concurrent_foreign_key
This adds a Rubocop rule to enforce the use of
add_concurrent_foreign_key instead of the regular add_foreign_key
method. This cop has been disabled for existing migrations so we don't
need to change those.
2017-02-10 21:51:09 +01:00
..
fixtures replace `find_with_namespace` with `find_by_full_path` 2017-02-03 07:14:04 +07:00
migrate Enforce use of add_concurrent_foreign_key 2017-02-10 21:51:09 +01:00
post_migrate Refactor migration to not require downtime 2017-02-07 10:42:42 -05:00
schema.rb Add index to ci_trigger_requests for commit_id 2017-02-10 07:51:48 -08:00
seeds.rb