diff options
| author | Xinhui Xu | 2017-09-12 15:52:49 +0200 | 
|---|---|---|
| committer | GitHub | 2017-09-12 15:52:49 +0200 | 
| commit | 095dd5151d40d25c9abb015808834b32e575c750 (patch) | |
| tree | 3aacd609bfbd277a5e33e8ee2208a3293f85a3ba /db/schema.rb | |
| parent | e2270acdfcec57a8be2ada201a668d9d610953ab (diff) | |
| parent | 4aa19d931f8585c061dd3da49e31b2ddbbb1bf6b (diff) | |
| download | chouette-core-095dd5151d40d25c9abb015808834b32e575c750.tar.bz2 | |
Merge branch 'master' into compliance_control
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 64e184467..9207590b5 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: 20170906092619) do +ActiveRecord::Schema.define(version: 20170907082913) do    # These are extensions that must be enabled in order to support this database    enable_extension "plpgsql" @@ -322,6 +322,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.datetime "updated_at"      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    create_table "footnotes_vehicle_journeys", id: false, force: :cascade do |t| @@ -444,6 +445,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.datetime "updated_at"      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    add_index "journey_patterns", ["objectid"], name: "journey_patterns_objectid_key", unique: true, using: :btree @@ -654,6 +656,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.datetime "updated_at"      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    add_index "routes", ["objectid"], name: "routes_objectid_key", unique: true, using: :btree @@ -669,6 +672,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.integer  "stop_point_ids",  limit: 8,              array: true      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    create_table "routing_constraints_lines", id: false, force: :cascade do |t| @@ -834,6 +838,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.integer  "created_from_id"      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    add_index "time_tables", ["calendar_id"], name: "index_time_tables_on_calendar_id", using: :btree @@ -939,6 +944,7 @@ ActiveRecord::Schema.define(version: 20170906092619) do      t.datetime "updated_at"      t.string   "checksum"      t.text     "checksum_source" +    t.string   "data_source_ref"    end    add_index "vehicle_journeys", ["objectid"], name: "vehicle_journeys_objectid_key", unique: true, using: :btree  | 
