diff --git a/infra/init_data.sql b/infra/init_data.sql new file mode 100644 index 0000000..40de51b --- /dev/null +++ b/infra/init_data.sql @@ -0,0 +1,7 @@ +-- init_insert_data.sql +USE carga_test; + +INSERT IGNORE INTO origen (fuente) VALUES + ('redes'), + ('AT'), + ('escolares');