1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

upgrade authie to 3.0

هذا الالتزام موجود في:
Adam Cooke
2017-04-21 20:55:05 +01:00
الأصل 2f0155747c
التزام 6f8b431ab5
5 ملفات معدلة مع 16 إضافات و9 حذوفات

عرض الملف

@@ -0,0 +1,5 @@
# This migration comes from authie (originally 20170417170000)
class AddTokenHashesToAuthieSessions < ActiveRecord::Migration
def change
end
end

عرض الملف

@@ -0,0 +1,6 @@
# This migration comes from authie (originally 20170421174100)
class AddIndexToTokenHashesOnAuthieSessions < ActiveRecord::Migration
def change
add_index :authie_sessions, :token_hash
end
end