insertando origen manualmente y verificando excel endpoints
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- init_insert_data.sql
|
||||
USE carga_test;
|
||||
|
||||
INSERT IGNORE INTO origen (fuente) VALUES
|
||||
('redes'),
|
||||
('AT'),
|
||||
('escolares');
|
||||
Reference in New Issue
Block a user