fix(migrate): agregar columna name en company_endpoints
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
0c82348641
commit
26b11d99e2
@@ -234,6 +234,7 @@ $db->exec("
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
company_id INT NOT NULL,
|
||||
endpoint_key VARCHAR(50) NOT NULL,
|
||||
name VARCHAR(100) DEFAULT '',
|
||||
direction ENUM('upload','download') NOT NULL,
|
||||
url VARCHAR(500) DEFAULT '',
|
||||
method VARCHAR(10) DEFAULT 'GET',
|
||||
|
||||
Reference in New Issue
Block a user