Recent migrations used ActiveRecord when removing invalid data. This may break if the ActiveRecord model later changes. To ensure these migrations will run correctly, even when the code will have changed, let's use an SQL-based helper instead of ActiveRecord. |
||
---|---|---|
.. | ||
migrate | ||
schema.rb | ||
seeds.rb |