diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index 5483caf964e6f0dc4bed51e1bbec5c91104e7e99..9b9a8554c8835a2988cbf999918986490843644c 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)
 )