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