Fix weird line wrap in db/schema.rb (#34090)
parent
eaf1ea3155
commit
e30b9083cb
|
@ -1112,8 +1112,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_03_05_074104) do
|
|||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.date "effective_date"
|
||||
t.index ["effective_date"], name: "index_terms_of_services_on_effective_dat
|
||||
e", unique: true, where: "(effective_date IS NOT NULL)"
|
||||
t.index ["effective_date"], name: "index_terms_of_services_on_effective_date", unique: true, where: "(effective_date IS NOT NULL)"
|
||||
end
|
||||
|
||||
create_table "tombstones", force: :cascade do |t|
|
||||
|
|
Loading…
Reference in New Issue