Saving more details, redirecting and simplifying the succeed handler
This commit is contained in:
2
migrations/20240810091357_add_cols_to_txn.down.fizz
Normal file
2
migrations/20240810091357_add_cols_to_txn.down.fizz
Normal file
@ -0,0 +1,2 @@
|
||||
drop_column("transactions", "payment_intent")
|
||||
drop_column("transactions", "payment_method")
|
3
migrations/20240810091357_add_cols_to_txn.up.fizz
Normal file
3
migrations/20240810091357_add_cols_to_txn.up.fizz
Normal file
@ -0,0 +1,3 @@
|
||||
add_column("transactions", "payment_intent", "string", {"default":""})
|
||||
add_column("transactions", "payment_method", "string", {"default":""})
|
||||
|
Reference in New Issue
Block a user