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

FEAT #0000 update sql

parent 21a422c5
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,13 @@ ALTER TABLE res_version_attachments ADD effective_date timestamp without time zo
ALTER TABLE notes ALTER COLUMN date_note TYPE timestamp without time zone;
-- ************************************************************************* --
-- NOUVEAU STATUS TRANSMISSION --
-- ************************************************************************* --
INSERT INTO status (id, label_status, is_system, is_folder_status, img_filename, maarch_module, can_be_searched, can_be_modified) VALUES('EXP_RTURN', 'Retour attendu', 'N', 'N', '', 'apps','Y', 'Y');
INSERT INTO status (id, label_status, is_system, is_folder_status, img_filename, maarch_module, can_be_searched, can_be_modified) VALUES('NO_RTURN', 'Pas de retour', 'N', 'N', '', 'apps','Y', 'Y');
INSERT INTO status (id, label_status, is_system, is_folder_status, img_filename, maarch_module, can_be_searched, can_be_modified) VALUES('RTURN', 'Retourné', 'N', 'N', '', 'apps','Y', 'Y');
-- view for letterbox
CREATE VIEW res_view_letterbox AS
SELECT r.tablename, r.is_multi_docservers, r.res_id, r.type_id, r.policy_id, r.cycle_id,
......@@ -383,4 +390,5 @@ CREATE VIEW res_view_attachments AS
-- ************************************************************************* --
-- DATABASE VERSION --
-- ************************************************************************* --
UPDATE parameters SET param_value_int = 160 where id='database_version';
\ No newline at end of file
UPDATE parameters SET param_value_int = 160 where id='database_version';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment