مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
feat: add priorities to IP address assignment
هذا الالتزام موجود في:
@@ -0,0 +1,6 @@
|
||||
class AddPriorityToIPAddresses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ip_addresses, :priority, :integer
|
||||
IPAddress.where(priority: nil).update_all(priority: 100)
|
||||
end
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم