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

FIX pb with migration script

parent 1719cd81
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,8 @@ ALTER TABLE res_letterbox ADD confidentiality character(1);
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 title;
ALTER TABLE listmodels ADD COLUMN title varchar(255);
ALTER TABLE listmodels DROP COLUMN IF EXISTS description;
ALTER TABLE listmodels ADD COLUMN description varchar(255);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment