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

FIX # pb with fileplan

parent 4588dd11
No related branches found
No related tags found
No related merge requests found
...@@ -3448,7 +3448,7 @@ CREATE TABLE fp_fileplan ...@@ -3448,7 +3448,7 @@ CREATE TABLE fp_fileplan
DROP TABLE IF EXISTS fp_fileplan_positions; DROP TABLE IF EXISTS fp_fileplan_positions;
CREATE TABLE fp_fileplan_positions CREATE TABLE fp_fileplan_positions
( (
position_id character varying(32) NOT NULL, position_id integer NOT NULL DEFAULT nextval('fp_fileplan_positions_position_id_seq'::regclass),
position_label character varying(255), position_label character varying(255),
parent_id character varying(32) DEFAULT NULL, parent_id character varying(32) DEFAULT NULL,
fileplan_id bigint NOT NULL, fileplan_id bigint NOT NULL,
......
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