Fix weird line wrap in db/schema.rb (#34090)

pull/2987/head
Claire 2025-03-07 09:33:52 +01:00 committed by GitHub
parent eaf1ea3155
commit e30b9083cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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|