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

FEAT #1994 drop before add

parent 86e8c2d5
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,8 @@ ALTER TABLE listinstance DROP COLUMN IF EXISTS process_comment;
ALTER TABLE listinstance ADD process_comment character varying(255);
ALTER TABLE listmodels RENAME COLUMN description to title;
ALTER TABLE listmodels DROP COLUMN IF EXISTS description;
ALTER TABLE listmodels ADD COLUMN description varchar(255);
DROP TABLE IF EXISTS listinstance_history;
......
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