[Ref #288] Remove the seeds.rb file which required an uncommitted file

This caused an error while setting up the app
This commit is contained in:
gregoirenovel 2017-08-21 14:38:06 +02:00 committed by Mathieu Magnin
parent 348d6210a8
commit f9e0812f92
4 changed files with 12 additions and 17 deletions

View file

@ -384,9 +384,9 @@ ActiveRecord::Schema.define(version: 20170713151123) do
t.boolean "individual_with_siret", default: false
t.date "auto_archive_on"
t.datetime "hidden_at"
t.index ["hidden_at"], name: "index_procedures_on_hidden_at", using: :btree
t.datetime "published_at"
t.datetime "archived_at"
t.index ["hidden_at"], name: "index_procedures_on_hidden_at", using: :btree
end
create_table "quartier_prioritaires", force: :cascade do |t|