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

FEAT #1438

parent e8e17bd2
No related branches found
No related tags found
No related merge requests found
......@@ -1448,6 +1448,7 @@ CREATE TABLE templates
template_file_name character varying(255),
template_style character varying(255),
template_datasource character varying(32),
template_target character varying(255),
CONSTRAINT templates_pkey PRIMARY KEY (template_id)
)
WITH (OIDS=FALSE);
......
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