insertando origen manualmente y verificando excel endpoints

This commit is contained in:
Your Name
2025-06-16 14:46:19 -06:00
parent cfa46171ce
commit 5022b1df7e
+7
View File
@@ -0,0 +1,7 @@
-- init_insert_data.sql
USE carga_test;
INSERT IGNORE INTO origen (fuente) VALUES
('redes'),
('AT'),
('escolares');