From b594feaa3dbe551fe5e8abcf027c7b38843e41a8 Mon Sep 17 00:00:00 2001 From: Cyril Vazquez <cyril.vazquez@maarch.org> Date: Wed, 2 May 2012 08:04:06 +0000 Subject: [PATCH] Template content moved to templates --- core/trunk/structure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql index f07e82fee73..392206518f4 100644 --- a/core/trunk/structure.sql +++ b/core/trunk/structure.sql @@ -1361,7 +1361,6 @@ CREATE TABLE templates_association description character varying(255), diffusion_type character varying(50), diffusion_properties character varying(255), - diffusion_content character varying(255), is_attached character varying(1) DEFAULT 'N'::character varying, CONSTRAINT templates_association_pkey PRIMARY KEY (system_id) ) -- GitLab