Script bash para ejecutar script de BBDD de forma automática.

This commit is contained in:
Ubuntu
2019-12-23 15:55:17 +00:00
parent a329ed6a32
commit 74d4162a99

3
2.database/executeall.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
psql -U postgres -f 01.CreateTables.sql
psql -U postgres -f 02.Datos_prueba.sql