fix(migrate): agregar columna name en company_endpoints

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-29 15:58:30 -05:00
co-authored by Claude Sonnet 4.6
parent 0c82348641
commit 26b11d99e2
+1
View File
@@ -234,6 +234,7 @@ $db->exec("
id INT AUTO_INCREMENT PRIMARY KEY, id INT AUTO_INCREMENT PRIMARY KEY,
company_id INT NOT NULL, company_id INT NOT NULL,
endpoint_key VARCHAR(50) NOT NULL, endpoint_key VARCHAR(50) NOT NULL,
name VARCHAR(100) DEFAULT '',
direction ENUM('upload','download') NOT NULL, direction ENUM('upload','download') NOT NULL,
url VARCHAR(500) DEFAULT '', url VARCHAR(500) DEFAULT '',
method VARCHAR(10) DEFAULT 'GET', method VARCHAR(10) DEFAULT 'GET',