Skip to content
Snippets Groups Projects
Commit 943c6c5d authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #1207 bad doctypes_first_level_id_seq

parent 9f5f9d70
No related branches found
No related tags found
No related merge requests found
......@@ -612,7 +612,7 @@ VALUES (5, '[Courrier] Les courriers', '', NULL, '0000000000', '0000000000', '00
------------
INSERT INTO doctypes_first_level (doctypes_first_level_id, doctypes_first_level_label, css_style, enabled) VALUES (20, '[courrier] ALLO MAIRIE', 'black_style_big', 'Y');
INSERT INTO doctypes_first_level (doctypes_first_level_id, doctypes_first_level_label, css_style, enabled) VALUES (10, '[courrier] Courriers des services', 'blue_style_big', 'Y');
ALTER SEQUENCE doctypes_first_level_id_seq RESTART WITH 201;
------------
--DOCTYPES_SECOND_LEVEL--
------------
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