mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Story#116761157 - update logic of destroy_orphans to include 6 months delay
This commit is contained in:
parent
f2c96ba145
commit
a7be49203c
3 changed files with 23 additions and 10 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeContactStatusesDefault < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_default :contacts, :statuses, []
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue