comment out for now
This commit is contained in:
parent
d09f654b3e
commit
c1f1bc4ee4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue