mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 21:14:51 +00:00
Fix weird line wrap in db/schema.rb (#34090)
This commit is contained in:
parent
eaf1ea3155
commit
e30b9083cb
1 changed files with 1 additions and 2 deletions
|
@ -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|
|
||||||
|
|
Loading…
Add table
Reference in a new issue