Docs orders
This commit is contained in:
@@ -24,7 +24,6 @@ CREATE TABLE IF NOT EXISTS order_tracking (
|
||||
payload JSONB, -- Duda si es optimo guardar la copia, es útil en caso de fallo
|
||||
|
||||
-- Campos de reintentos?
|
||||
|
||||
status order_status NOT NULL DEFAULT 'pending',
|
||||
retry_count INT DEFAULT 0,
|
||||
error_message TEXT, -- Razón del fallo
|
||||
|
||||
Reference in New Issue
Block a user