diff options
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20180405133659_change_companies_custom_fields_values_type.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180405133659_change_companies_custom_fields_values_type.rb b/db/migrate/20180405133659_change_companies_custom_fields_values_type.rb new file mode 100644 index 000000000..b2b6804c7 --- /dev/null +++ b/db/migrate/20180405133659_change_companies_custom_fields_values_type.rb @@ -0,0 +1,5 @@ +class ChangeCompaniesCustomFieldsValuesType < ActiveRecord::Migration + def change + change_column :companies, :custom_field_values, :jsonb + end +end |
