diff options
| author | Xinhui | 2016-10-17 13:22:51 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-10-17 13:22:51 +0200 | 
| commit | f282672d581a826411271dc37fd173bf49f30f76 (patch) | |
| tree | 03b965e3736756c686e54dbd7ae4034fd9718503 /db/migrate | |
| parent | 972c635d3ac481989d3a7da8326d192cf34116ee (diff) | |
| download | chouette-core-f282672d581a826411271dc37fd173bf49f30f76.tar.bz2 | |
Store organisation functional_scope
Refs #1785
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20161017091304_add_sso_attributes_to_organisations.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20161017091304_add_sso_attributes_to_organisations.rb b/db/migrate/20161017091304_add_sso_attributes_to_organisations.rb new file mode 100644 index 000000000..608e78ef6 --- /dev/null +++ b/db/migrate/20161017091304_add_sso_attributes_to_organisations.rb @@ -0,0 +1,5 @@ +class AddSsoAttributesToOrganisations < ActiveRecord::Migration +  def change +    add_column :organisations, :sso_attributes, :hstore +  end +end  | 
