summaryrefslogtreecommitdiff
path: root/db/migrate/20161031171301_add_project_id_to_subscriptions.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a test which would rollback db and migrate againLin Jen-Shin2017-03-141-0/+1
| | | | Closes #29106
* Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-101-1/+1
| | | | | | | 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.
* Add project_id to subscriptionsDouglas Barbosa Alexandre2016-11-171-0/+14