[Fusionforge-commits] FusionForge branch master updated. cfa06c6bde82f1d6a45e9ea87806b3325cd3d7cb

Sylvain Beucler beuc-inria at fusionforge.org
Mon Apr 14 19:15:42 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  cfa06c6bde82f1d6a45e9ea87806b3325cd3d7cb (commit)
      from  b52cb37becbaa752ef36bb1ffa9d4480169e8b7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cfa06c6bde82f1d6a45e9ea87806b3325cd3d7cb
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Mon Apr 14 19:15:35 2014 +0200

    I thought I had fix that one already

diff --git a/src/db/20140413-enlarge-unix_pw.sql b/src/db/20140413-enlarge-unix_pw.sql
index f89476f..8aaf502 100644
--- a/src/db/20140413-enlarge-unix_pw.sql
+++ b/src/db/20140413-enlarge-unix_pw.sql
@@ -5,7 +5,7 @@ DROP VIEW nss_shadow;
 DROP VIEW nss_passwd;
 
 -- Increase field size (40->128)
-ALTER TABLE users ALTER unix_pw TYPE character varying(128) not null default '';
+ALTER TABLE users ALTER unix_pw TYPE character varying(128);
 
 -- Need to recreate the related views :/ (2)
 CREATE VIEW nss_shadow AS SELECT user_name AS login, unix_pw AS passwd, 'n'::bpchar AS expired, 'n'::bpchar AS pwchange

-----------------------------------------------------------------------

Summary of changes:
 src/db/20140413-enlarge-unix_pw.sql |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list