1. 04 6月, 2016 1 次提交
  2. 01 6月, 2016 1 次提交
    • S
      Respect options passed to `foreign_key` when reverting `add_reference` · 56a61e0c
      Sean Griffin 提交于
      The code incorrectly assumes that the option was written as
      `foreign_key: true`, but that is not always the case. This now mirrors
      the behavior of reverting `add_foreign_key`. The code was changed to use
      kwargs while I was touching it, as well.
      
      This could really use a refactoring to go through the same code paths as
      `add_refernce` in the future, so we don't duplicate default values.
      
      Fixes #25169
      56a61e0c
  3. 31 5月, 2016 18 次提交
  4. 30 5月, 2016 4 次提交
  5. 29 5月, 2016 10 次提交
  6. 28 5月, 2016 6 次提交