diff options
| author | Thomas Haddad | 2017-03-09 18:06:30 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2017-03-09 18:06:30 +0100 |
| commit | f14fbad37c0daa0b79aaf12b234168e917b29cee (patch) | |
| tree | e5149f670c704b5cc7b11f5063bad16125d8ae5e /db/schema.rb | |
| parent | f4c5751a4037f52ab1d73fc201e81ba07798ecd4 (diff) | |
| parent | 3ec5c7bf65b267ce96431906feb6025cfbff347a (diff) | |
| download | chouette-core-f14fbad37c0daa0b79aaf12b234168e917b29cee.tar.bz2 | |
Merge branch '2498_vehicle_journeys'
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 339713145..b6528e037 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -519,6 +519,8 @@ ActiveRecord::Schema.define(version: 20170309102656) do t.datetime "updated_at" t.spatial "input_geometry", limit: {:srid=>4326, :type=>"line_string"} t.spatial "processed_geometry", limit: {:srid=>4326, :type=>"line_string"} + t.datetime "created_at" + t.datetime "updated_at" end create_table "routes", force: true do |t| |
