1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
الملفات
postal/db/migrate/20180216114344_add_host_to_authie_sessions.authie.rb
2023-03-16 15:50:53 +00:00

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