comment out for now

This commit is contained in:
Rimian Perkins 2019-09-13 14:36:25 +10:00
parent d09f654b3e
commit c1f1bc4ee4
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ class CreatePaymentsTable < ActiveRecord::Migration[5.2]
t.timestamps t.timestamps
end end
add_index :payments, [:payment_intent_id], unique: true # add_index :payments, [:payment_intent_id], unique: true
end end
end end