aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 53e3ad57c..967722d5c 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: 20170404122930) do
+ActiveRecord::Schema.define(version: 20170405122823) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -542,13 +542,13 @@ ActiveRecord::Schema.define(version: 20170404122930) do
create_table "routing_constraint_zones", force: true do |t|
t.string "name"
- t.integer "stop_area_ids", array: true
t.datetime "created_at"
t.datetime "updated_at"
t.string "objectid", null: false
t.integer "object_version", limit: 8
t.string "creator_id"
t.integer "route_id", limit: 8
+ t.integer "stop_point_ids", limit: 8, array: true
end
create_table "routing_constraints_lines", id: false, force: true do |t|