diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index 0ddfd770036d6631bbb23dd757927c8b7f13f58c..bb1b55b32b2be3d2a56b63109c11574d037d48c8 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)