diff options
author | Kir Shatrov <shatrov@me.com> | 2017-06-14 22:39:19 -0400 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-06-16 20:49:09 -0400 |
commit | 675a912eb86a9e109e9877379e8454b388242d57 (patch) | |
tree | ecab51147d760a892965f570e790a2e6f482765d /actionpack/lib/action_controller/base.rb | |
parent | f1e42fe267342ffa4cea84cf09b0caaee733632c (diff) | |
download | rails-675a912eb86a9e109e9877379e8454b388242d57.tar.gz rails-675a912eb86a9e109e9877379e8454b388242d57.tar.bz2 rails-675a912eb86a9e109e9877379e8454b388242d57.zip |
Remove FK together with column in MySQL
Unlike with other databses, MySQL doesn't let you remove the column
if there's a FK on this column.
For better developer experience we want to remove the FK together with
the column.
Diffstat (limited to 'actionpack/lib/action_controller/base.rb')
0 files changed, 0 insertions, 0 deletions