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, 4 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index d67179e33..2f76cefcf 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -530,10 +530,10 @@ ActiveRecord::Schema.define(version: 20170410134931) do
t.string "objectid", null: false
t.integer "object_version", limit: 8
t.string "creator_id"
- t.float "distance"
- t.boolean "no_processing"
t.spatial "input_geometry", limit: {:srid=>4326, :type=>"line_string"}
t.spatial "processed_geometry", limit: {:srid=>4326, :type=>"line_string"}
+ t.float "distance"
+ t.boolean "no_processing"
t.datetime "created_at"
t.datetime "updated_at"
end
@@ -866,6 +866,8 @@ ActiveRecord::Schema.define(version: 20170410134931) do
add_foreign_key "stop_areas_stop_areas", "stop_areas", name: "stoparea_child_fkey", column: "child_id", dependent: :delete
add_foreign_key "stop_areas_stop_areas", "stop_areas", name: "stoparea_parent_fkey", column: "parent_id", dependent: :delete
+ add_foreign_key "stop_points", "routes", name: "stoppoint_route_fkey", dependent: :delete
+
add_foreign_key "time_table_dates", "time_tables", name: "tm_date_fkey", dependent: :delete
add_foreign_key "time_table_periods", "time_tables", name: "tm_period_fkey", dependent: :delete