1
0
mirror of synced 2026-08-05 14:47:03 +00:00

comment out for now

This commit is contained in:
Rimian Perkins
2019-09-13 14:36:25 +10:00
parent d09f654b3e
commit c1f1bc4ee4
@@ -6,6 +6,6 @@ class CreatePaymentsTable < ActiveRecord::Migration[5.2]
t.timestamps
end
add_index :payments, [:payment_intent_id], unique: true
# add_index :payments, [:payment_intent_id], unique: true
end
end