diff options
| author | Xinhui | 2017-03-09 12:10:18 +0100 |
|---|---|---|
| committer | Xinhui | 2017-03-09 12:10:18 +0100 |
| commit | f4c5751a4037f52ab1d73fc201e81ba07798ecd4 (patch) | |
| tree | fdc4cba66793aa0e54ccd3aba8b564b8b2c617e3 /db/schema.rb | |
| parent | b1351a0ce13e1c86584640a204ed8e1c32f5dd36 (diff) | |
| download | chouette-core-f4c5751a4037f52ab1d73fc201e81ba07798ecd4.tar.bz2 | |
Sync Reflex ObjectStatus into StopArea stif_type
Refs #2737
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb index 28db2ce89..339713145 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: 20170307155042) do +ActiveRecord::Schema.define(version: 20170309102656) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -515,10 +515,10 @@ ActiveRecord::Schema.define(version: 20170307155042) do 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.datetime "created_at" t.datetime "updated_at" + t.spatial "input_geometry", limit: {:srid=>4326, :type=>"line_string"} + t.spatial "processed_geometry", limit: {:srid=>4326, :type=>"line_string"} end create_table "routes", force: true do |t| @@ -629,6 +629,7 @@ ActiveRecord::Schema.define(version: 20170307155042) do t.datetime "deleted_at" t.datetime "created_at" t.datetime "updated_at" + t.string "stif_type" end add_index "stop_areas", ["name"], :name => "index_stop_areas_on_name" |
