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

FEAT #12471 TIME 0:20 fix migration tags

parent d4c11a6c
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ DO $$ BEGIN
ALTER TABLE tags ADD COLUMN id serial NOT NULL;
UPDATE tags SET id = tag_id;
ALTER TABLE tags DROP COLUMN IF EXISTS tag_id;
ALTER TABLE tags DROP COLUMN IF EXISTS entity_id_owner
ALTER TABLE tags DROP COLUMN IF EXISTS entity_id_owner;
ALTER TABLE tags DROP COLUMN IF EXISTS description;
ALTER TABLE tags ADD COLUMN description TEXT;
ALTER TABLE tags DROP COLUMN IF EXISTS parent_id;
......
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