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

fix: add column template_datasource

parent cef46861
No related branches found
No related tags found
No related merge requests found
......@@ -1363,6 +1363,7 @@ CREATE TABLE templates
template_path character varying(255),
template_file_name character varying(255),
template_style character varying(255),
template_datasource character varying(32),
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