Script bash para ejecutar script de BBDD de forma automática.
This commit is contained in:
3
2.database/executeall.sh
Executable file
3
2.database/executeall.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
psql -U postgres -f 01.CreateTables.sql
|
||||
psql -U postgres -f 02.Datos_prueba.sql
|
||||
Reference in New Issue
Block a user