Story#116761157 - update logic of destroy_orphans to include 6 months delay

This commit is contained in:
Vladimir Krylov 2016-05-27 14:18:45 +03:00
parent f2c96ba145
commit a7be49203c
3 changed files with 23 additions and 10 deletions

View file

@ -0,0 +1,5 @@
class ChangeContactStatusesDefault < ActiveRecord::Migration
def change
change_column_default :contacts, :statuses, []
end
end