From e30b9083cbcf550090643f9466ed99cad7d49354 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 7 Mar 2025 09:33:52 +0100 Subject: [PATCH] Fix weird line wrap in db/schema.rb (#34090) --- db/schema.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index b78ec9b43f..ce7e358f4f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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|