diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/db/schema.rb b/db/schema.rb index 0ff2c72a6..8029464f5 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: 20161114134518) do +ActiveRecord::Schema.define(version: 20161115141625) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -82,11 +82,6 @@ ActiveRecord::Schema.define(version: 20161114134518) do t.datetime "started_at" t.datetime "ended_at" t.integer "referential_id" - t.boolean "keep_lines" - t.boolean "keep_stops" - t.boolean "keep_companies" - t.boolean "keep_networks" - t.boolean "keep_group_of_lines" t.datetime "expected_date" t.datetime "created_at" t.datetime "updated_at" @@ -740,8 +735,6 @@ ActiveRecord::Schema.define(version: 20161114134518) do add_index "workbenches", ["stop_area_referential_id"], :name => "index_workbenches_on_stop_area_referential_id" Foreigner.load - add_foreign_key "access_links", "access_points", name: "aclk_acpt_fkey", dependent: :delete - add_foreign_key "group_of_lines_lines", "group_of_lines", name: "groupofline_group_fkey", dependent: :delete add_foreign_key "journey_frequencies", "timebands", name: "journey_frequencies_timeband_id_fk", dependent: :nullify |
