From 37b8b9538bba5c612ee220292d1bc0d7b5120d54 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Wed, 12 Oct 2011 11:51:08 +0000
Subject: [PATCH] fix : pb with af

---
 core/trunk/structure.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index c3b5cec1447..72b2211589d 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -695,7 +695,7 @@ CREATE TABLE af_security
   af_security_id bigint NOT NULL,
   af_security_label character varying(255) NOT NULL,
   group_id character varying(50) NOT NULL,
-  tree_id character(50) NOT NULL,
+  tree_id character varying(50) NOT NULL,
   where_clause text NOT NULL,
   start_date timestamp without time zone,
   stop_date timestamp without time zone,
-- 
GitLab