diff options
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20171001100642_stif_define_custom_view_for_organisations.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20171001100642_stif_define_custom_view_for_organisations.rb b/db/migrate/20171001100642_stif_define_custom_view_for_organisations.rb new file mode 100644 index 000000000..304c90a1a --- /dev/null +++ b/db/migrate/20171001100642_stif_define_custom_view_for_organisations.rb @@ -0,0 +1,5 @@ +class StifDefineCustomViewForOrganisations < ActiveRecord::Migration + def change + Organisation.update_all custom_view: "stif" + end +end |
