1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix length on session table index

هذا الالتزام موجود في:
Charlie Smurthwaite
2017-04-24 11:27:53 +01:00
الأصل 6f8b431ab5
التزام 1c6369d4ce
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

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