diff options
| author | Alban Peignier | 2017-12-19 19:42:52 +0100 |
|---|---|---|
| committer | Alban Peignier | 2017-12-20 17:23:47 +0100 |
| commit | f31a79c5bc3678949b7334486daa196a17a5db92 (patch) | |
| tree | 49cbd986ede79cc5a3ec6811bf07db87320f99f8 /db/schema.rb | |
| parent | 86bdefb0483a8409810715c3cdc65b9a178a2667 (diff) | |
| download | chouette-core-f31a79c5bc3678949b7334486daa196a17a5db92.tar.bz2 | |
Create Organisation#features and FeatureChecker controller concerns. Refs #5339
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index f2642f8fc..2e35bfd62 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20171214130636) do +ActiveRecord::Schema.define(version: 20171219170128) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -552,6 +552,7 @@ ActiveRecord::Schema.define(version: 20171214130636) do t.datetime "synced_at" t.hstore "sso_attributes" t.string "custom_view" + t.string "features", default: [], array: true end add_index "organisations", ["code"], name: "index_organisations_on_code", unique: true, using: :btree |
