From 74d4162a998b2ee33fc9d56f0dfa54b8523cd263 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 23 Dec 2019 15:55:17 +0000 Subject: [PATCH] =?UTF-8?q?Script=20bash=20para=20ejecutar=20script=20de?= =?UTF-8?q?=20BBDD=20de=20forma=20autom=C3=A1tica.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.database/executeall.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 2.database/executeall.sh diff --git a/2.database/executeall.sh b/2.database/executeall.sh new file mode 100755 index 0000000..d95fa2b --- /dev/null +++ b/2.database/executeall.sh @@ -0,0 +1,3 @@ +#!/bin/bash +psql -U postgres -f 01.CreateTables.sql +psql -U postgres -f 02.Datos_prueba.sql