diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql index 88d45ee976d7881b1db159c812e74b59f0ce4a44..7010886eb8cd3aac46aa9155ad28b18c098808f6 100644 --- a/core/trunk/structure.sql +++ b/core/trunk/structure.sql @@ -1405,6 +1405,8 @@ 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, + style_name character varying(255), CONSTRAINT templates_pkey PRIMARY KEY (id) ) WITH (OIDS=FALSE);