diff options
| author | Luc Donnet | 2016-11-18 18:22:54 +0100 |
|---|---|---|
| committer | Luc Donnet | 2016-11-18 18:22:54 +0100 |
| commit | 129d7bfe13a2b7e92ec696ef91bfa9211a6ff07e (patch) | |
| tree | b079c2e55c6ad1b0a53f3f781dd63360f65d34ee /db/schema.rb | |
| parent | d4f49e51d138050a6c27fef2573649e607d56381 (diff) | |
| parent | a6f8318aa267e3723eb4c10647447ff08cd5fdca (diff) | |
| download | chouette-core-129d7bfe13a2b7e92ec696ef91bfa9211a6ff07e.tar.bz2 | |
Merge branch 'master' of github.com:AF83/stif-boiv
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index 12b08ac5e..e97ba8e52 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: 20161117104301) do +ActiveRecord::Schema.define(version: 20161118101544) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -319,7 +319,7 @@ ActiveRecord::Schema.define(version: 20161117104301) do t.string "name" t.string "number" t.string "published_name" - t.string "transport_mode_name" + t.string "transport_mode" t.string "registration_number" t.string "comment" t.boolean "mobility_restricted_suitability" |
