From 239cf96077b80725badafa47c4006d49c5943c21 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Thu, 29 Mar 2012 16:51:49 +0000
Subject: [PATCH] evo: change model_type by template_type in the templates
 table

---
 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 5483caf964e..9b9a8554c88 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -1405,7 +1405,7 @@ CREATE TABLE templates
   creation_date timestamp without time zone,
   "template_comment" character varying(255) DEFAULT NULL::character varying,
   "content" text,
-  model_type character varying(32) NOT NULL DEFAULT 'HTML'::character varying,
+  template_type character varying(32) NOT NULL DEFAULT 'HTML'::character varying,
   style_name character varying(255),
   CONSTRAINT templates_pkey PRIMARY KEY (template_id)
 )
-- 
GitLab