Browse Source

Fix schema

pull/58/head
baarkerlounger 4 years ago
parent
commit
375145c10a
  1. 1
      db/schema.rb

1
db/schema.rb

@ -158,7 +158,6 @@ ActiveRecord::Schema.define(version: 2021_10_27_091521) do
t.boolean "reasonable_preference_reason_avoid_hardship"
t.boolean "reasonable_preference_reason_do_not_know"
t.datetime "discarded_at"
t.boolean "override_net_income_validation"
t.index ["discarded_at"], name: "index_case_logs_on_discarded_at"
end

Loading…
Cancel
Save