noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 25/219: Ajout des ASBL


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 25/219: Ajout des ASBL
Date: Mon, 18 Dec 2017 13:22:29 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3a199f19066d542d684d0a336de1f5b73047ca0b
Author: Dany De Bontridder <address@hidden>
Date:   Sun Aug 27 13:31:47 2017 +0200

    Ajout des ASBL
---
 sql/upgrade.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index 80cb811..02ab4e1 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -8,5 +8,5 @@ ALTER TABLE tmp_pcmn ALTER COLUMN id SET DEFAULT 
nextval('tmp_pcmn_id_seq'::regc
 COMMENT ON COLUMN tmp_pcmn.id IS 'allow to identify the row, it is unique and 
not null (pseudo pk)';
 
 
-
+insert into bilan (b_name,b_file_template,b_file_form,b_type) values 
('ASBL','document/fr_be/bnb-asbl.rtf','document/fr_be/bnb-asbl.form','RTF');
 



reply via email to

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