From eb296ee078b5ff5362ec3268aa813506569334ee Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:05:10 -0500 Subject: [PATCH] fix(migrate): agregar columnas params y body_fields en company_endpoints Co-Authored-By: Claude Sonnet 4.6 --- setup/migrate.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/migrate.php b/setup/migrate.php index b29faad..b420e8f 100644 --- a/setup/migrate.php +++ b/setup/migrate.php @@ -235,8 +235,10 @@ $db->exec(" company_id INT NOT NULL, endpoint_key VARCHAR(50) NOT NULL, name VARCHAR(100) DEFAULT '', + params TEXT DEFAULT NULL, direction ENUM('upload','download') NOT NULL, url VARCHAR(500) DEFAULT '', + body_fields TEXT DEFAULT NULL, method VARCHAR(10) DEFAULT 'GET', last_response TEXT, last_called_at DATETIME,