Skip to content
Snippets Groups Projects
Commit 09c14e09 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo: add template path

parent 7c9abdde
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment