aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorLuc Donnet2018-02-27 23:08:48 +0100
committerLuc Donnet2018-02-27 23:08:48 +0100
commitca9fd5d4f09c04875092904f4c1961e3e82b6c3b (patch)
tree3ce0f4bdd4c808c3ab1a2fe0ec0083d75e015c5b /db
parent0eb57e0a2632563eb1c9b39b3290c378e9b27ed5 (diff)
downloadchouette-core-ca9fd5d4f09c04875092904f4c1961e3e82b6c3b.tar.bz2
Fix prerequisite access for compliance_check and compliance_control Refs #5878 @1
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 450d2ce5d..045fc658d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -15,10 +15,9 @@ ActiveRecord::Schema.define(version: 20180227151937) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
- enable_extension "hstore"
enable_extension "postgis"
+ enable_extension "hstore"
enable_extension "unaccent"
- enable_extension "objectid"
create_table "access_links", id: :bigserial, force: :cascade do |t|
t.integer "access_point_id", limit: 8
@@ -120,7 +119,6 @@ ActiveRecord::Schema.define(version: 20180227151937) do
t.datetime "updated_at"
t.date "end_date"
t.string "date_type"
- t.string "mode"
end
add_index "clean_ups", ["referential_id"], name: "index_clean_ups_on_referential_id", using: :btree
@@ -767,7 +765,6 @@ ActiveRecord::Schema.define(version: 20180227151937) do
t.datetime "created_at"
t.datetime "updated_at"
t.string "objectid_format"
- t.string "registration_number_format"
end
create_table "stop_areas", id: :bigserial, force: :cascade do |t|