Skip to content
Snippets Groups Projects
Commit 05acb14d authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #11996 TIME 0:05 dropping model_id column before adding it

parent e7480bee
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ CREATE TABLE indexing_models_fields
)
WITH (OIDS=FALSE);
ALTER TABLE res_letterbox DROP COLUMN IF EXISTS model_id;
ALTER TABLE res_letterbox ADD COLUMN model_id INTEGER;
......
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