مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
9 أسطر
197 B
Ruby
9 أسطر
197 B
Ruby
# This migration comes from authie (originally 20180215152200)
|
|
class AddHostToAuthieSessions < ActiveRecord::Migration[4.2]
|
|
|
|
def change
|
|
add_column :authie_sessions, :host, :string
|
|
end
|
|
|
|
end
|