Skip to content
Snippets Groups Projects
Commit 6890837d authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

Param attachment of dcouments on notifications

parent d15adebf
No related branches found
No related tags found
No related merge requests found
...@@ -1378,7 +1378,8 @@ CREATE TABLE templates_association ...@@ -1378,7 +1378,8 @@ CREATE TABLE templates_association
description character varying(255), description character varying(255),
diffusion_type character varying(50), diffusion_type character varying(50),
diffusion_properties character varying(255), diffusion_properties character varying(255),
is_attached character varying(1) DEFAULT 'N'::character varying, attachfor_type character varying(50),
attachfor_properties character varying(255),
CONSTRAINT templates_association_pkey PRIMARY KEY (system_id) CONSTRAINT templates_association_pkey PRIMARY KEY (system_id)
) )
WITH ( WITH (
......
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