aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9951b7be0..2bc979abb 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: 20180507130455) do
+ActiveRecord::Schema.define(version: 20180509071833) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -1075,14 +1075,10 @@ ActiveRecord::Schema.define(version: 20180507130455) do
t.integer "output_id", limit: 8
t.string "objectid_format"
t.integer "workgroup_id", limit: 8
- t.integer "import_compliance_control_set_id", limit: 8
- t.integer "merge_compliance_control_set_id", limit: 8
t.hstore "owner_compliance_control_set_ids"
end
- add_index "workbenches", ["import_compliance_control_set_id"], name: "index_workbenches_on_import_compliance_control_set_id", using: :btree
add_index "workbenches", ["line_referential_id"], name: "index_workbenches_on_line_referential_id", using: :btree
- add_index "workbenches", ["merge_compliance_control_set_id"], name: "index_workbenches_on_merge_compliance_control_set_id", using: :btree
add_index "workbenches", ["organisation_id"], name: "index_workbenches_on_organisation_id", using: :btree
add_index "workbenches", ["stop_area_referential_id"], name: "index_workbenches_on_stop_area_referential_id", using: :btree
add_index "workbenches", ["workgroup_id"], name: "index_workbenches_on_workgroup_id", using: :btree