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

FIX pb with param of doctypes with a model

parent 2d20d0f0
No related branches found
No related tags found
No related merge requests found
......@@ -1351,8 +1351,8 @@ Select setval('foldertype_id_id_seq', (select max(foldertype_id)+1 from folderty
--TEMPLATES_DOCTYPE_EXT--
------------
TRUNCATE TABLE templates_doctype_ext;
INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (3, 109, 'Y');
INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (9, 109, 'Y');
INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (3, 1201, 'Y');
INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (9, 1202, 'Y');
------------
--FOLDERS
------------
......
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