1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 21:39:47 +00:00

style(rubocop): fix all safe auto correctable offenses

هذا الالتزام موجود في:
Charlie Smurthwaite
2023-03-16 15:50:53 +00:00
الأصل 02c93a4850
التزام fd289c46fd
204 ملفات معدلة مع 2611 إضافات و2486 حذوفات

عرض الملف

@@ -10,8 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_07_27_210551) do
ActiveRecord::Schema.define(version: 20_210_727_210_551) do
create_table "additional_route_endpoints", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t|
t.integer "route_id"
t.string "endpoint_type"
@@ -357,5 +356,4 @@ ActiveRecord::Schema.define(version: 2021_07_27_210551) do
t.datetime "updated_at", precision: 6
t.index ["server_id"], name: "index_webhooks_on_server_id"
end
end