مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-16 21:23:37 +00:00
7 أسطر
195 B
Ruby
7 أسطر
195 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
|