diff options
| author | Michel Etienne | 2014-12-12 14:04:07 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-12-12 14:04:07 +0100 |
| commit | 0f0a9844f579b807fa2a01ebd357bfba75c0e7c6 (patch) | |
| tree | a654215ad59871adec7adfe2f5d8bac2dd50770e /db/schema.rb | |
| parent | 07bac1b8ce8bf6380cd9bfc07ad174e3a88fcfd2 (diff) | |
| parent | a0433013264531e825268d0ae1a0da873d368313 (diff) | |
| download | chouette-core-0f0a9844f579b807fa2a01ebd357bfba75c0e7c6.tar.bz2 | |
Merge branch 'V2_5' of github.com:afimb/chouette2 into V2_5
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 89cbf7d87..ba4a8fd52 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20141105123538) do +ActiveRecord::Schema.define(:version => 20141210134214) do create_table "access_links", :force => true do |t| t.integer "access_point_id", :limit => 8 @@ -419,6 +419,8 @@ ActiveRecord::Schema.define(:version => 20141105123538) do t.datetime "creation_time" t.string "creator_id" t.integer "position" + t.string "for_boarding" + t.string "for_alighting" end add_index "stop_points", ["objectid"], :name => "stop_points_objectid_key", :unique => true @@ -541,6 +543,8 @@ ActiveRecord::Schema.define(:version => 20141105123538) do t.time "waiting_time" t.time "elapse_duration" t.time "headway_frequency" + t.string "for_boarding" + t.string "for_alighting" end add_index "vehicle_journey_at_stops", ["stop_point_id"], :name => "index_vehicle_journey_at_stops_on_stop_pointid" |
