diff options
| author | cedricnjanga | 2017-10-16 15:00:38 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-10-16 15:00:38 +0200 | 
| commit | 59038e7a772f88cd9f22891b50d96e4236c04515 (patch) | |
| tree | cbeb7442d819e7886eab0f81fa4096be64ad5b59 /db/schema.rb | |
| parent | a0734d11f302fe776cf174ea18cc0193ce8cad8b (diff) | |
| parent | 5b1b17df82eeec473a24eb3969b1e48ec2785821 (diff) | |
| download | chouette-core-59038e7a772f88cd9f22891b50d96e4236c04515.tar.bz2 | |
Merge branch 'master' of github.com:af83/stif-boiv
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 38ed0d807..181c83402 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: 20171010202716) do +ActiveRecord::Schema.define(version: 20171016074044) do    # These are extensions that must be enabled in order to support this database    enable_extension "plpgsql" @@ -256,6 +256,7 @@ ActiveRecord::Schema.define(version: 20171010202716) do      t.integer  "compliance_control_block_id"    end +  add_index "compliance_controls", ["code", "compliance_control_set_id"], name: "index_compliance_controls_on_code_and_compliance_control_set_id", unique: true, using: :btree    add_index "compliance_controls", ["compliance_control_block_id"], name: "index_compliance_controls_on_compliance_control_block_id", using: :btree    add_index "compliance_controls", ["compliance_control_set_id"], name: "index_compliance_controls_on_compliance_control_set_id", using: :btree  | 
