1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

feat: add priorities to IP address assignment

هذا الالتزام موجود في:
Adam Cooke
2021-07-27 21:25:07 +00:00
الأصل daf469ce7f
التزام 21a8d89045
7 ملفات معدلة مع 52 إضافات و7 حذوفات

عرض الملف

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2020_07_17_083943) do
ActiveRecord::Schema.define(version: 2021_07_27_210551) do
create_table "additional_route_endpoints", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t|
t.integer "route_id"
@@ -124,6 +124,7 @@ ActiveRecord::Schema.define(version: 2020_07_17_083943) do
t.datetime "created_at", precision: 6
t.datetime "updated_at", precision: 6
t.string "hostname"
t.integer "priority"
end
create_table "ip_pool_rules", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t|