mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Merge branch 'story/116761157-contact-dyn-states' into staging
This commit is contained in:
commit
223b6b8b9f
6 changed files with 25 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