noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 104/323: remove debug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 104/323: remove debug
Date: Wed, 14 Mar 2018 17:38:33 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3ab2290d38cb6e20b9eccf4cb2a8a542639a5943
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 27 18:24:44 2018 +0100

    remove debug
---
 include/sql/mod1/make-sql | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/sql/mod1/make-sql b/include/sql/mod1/make-sql
index 19a87ec..b543b9e 100755
--- a/include/sql/mod1/make-sql
+++ b/include/sql/mod1/make-sql
@@ -1,5 +1,4 @@
-pg_dump -O -U dany -s rel671dossier10104|grep -v "COMMENT ON SCHEMA public IS 
'Standard public schema';" |sed "/^--/d" > schema.sql
-# pg_dump -O -U dany -s ${DOMAIN}mod1|grep -v "COMMENT ON SCHEMA public IS 
'Standard public schema';" |sed "/^--/d" > schema.sql
+pg_dump -O -U dany -s ${DOMAIN}mod1|grep -v "COMMENT ON SCHEMA public IS 
'Standard public schema';" |sed "/^--/d" > schema.sql
 awk '/SEQUENCE/,/;/  { print $0;}' < schema.sql > sequence.sql
 awk '/CREATE DOMAIN/,/;/ { print $0;}' < schema.sql > table.sql
 awk '/CREATE TABLE/,/;/ { print $0;}' < schema.sql >> table.sql



reply via email to

[Prev in Thread] Current Thread [Next in Thread]