Add attempts column to payment table for tracking retries
This commit is contained in:
parent
471fb2328d
commit
3bad475df6
@ -5,6 +5,7 @@ CREATE UNLOGGED TABLE payments (
|
||||
payment_processor VARCHAR(50,
|
||||
status VARCHAR(50) NOT NULL,
|
||||
error_message TEXT,
|
||||
attempts INTEGER,
|
||||
created_at TIMESTAMP default now() NOT NULL
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user