Skip to content
Snippets Groups Projects
Commit 60c0f228 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FIX #20391 TIME 0 remove sql line

parent a9c63d02
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
-- --
-- *************************************************************************--
UPDATE res_letterbox SET process_limit_date = NULL;
UPDATE indexing_models_fields SET enabled = false, default_value = NULL WHERE identifier = 'processLimitDate';
......@@ -65,4 +65,4 @@ BEGIN
END;
$$ LANGUAGE plpgsql;
UPDATE parameters SET param_value_string = '21.03.21' WHERE id = 'database_version';
\ No newline at end of file
UPDATE parameters SET param_value_string = '21.03.21' WHERE id = 'database_version';
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