From 09c14e09d2a9598b37f2a4d9299ae95156f927ac Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Sun, 1 Apr 2012 17:15:22 +0000
Subject: [PATCH] evo: add template path

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

diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index 0ddfd770036..bb1b55b32b2 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -1405,6 +1405,7 @@ CREATE TABLE templates
   template_comment character varying(255) DEFAULT NULL::character varying,
   template_content text,
   template_type character varying(32) NOT NULL DEFAULT 'HTML'::character varying,
+  template_path character varying(255),
   template_file_name character varying(255),
   template_style character varying(255),
   CONSTRAINT templates_pkey PRIMARY KEY (template_id)
-- 
GitLab