Skip to content
Snippets Groups Projects
Commit 8243c871 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX develop.sql

parent 346ad2a5
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ UPDATE docservers set is_readonly = 'Y' WHERE docserver_id = 'FASTHD_AI';
ALTER TABLE templates_association DROP COLUMN IF EXISTS system_id;
ALTER TABLE templates_association DROP COLUMN IF EXISTS what;
ALTER TABLE templates_association DROP COLUMN IF EXISTS maarch_module;
ALTER TABLE templates_association DROP COLUMN IF EXISTS id;
ALTER TABLE templates_association ADD COLUMN id serial;
ALTER TABLE templates_association ADD UNIQUE (id);
UPDATE templates SET template_content = REPLACE(template_content, '###', ';');
......
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