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

FEAT #12331 TIME 0:10 updated migrate validate_mail event_data

parent 78c181ca
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ DELETE FROM actions WHERE action_page = 'view' OR component = 'viewDoc'; ...@@ -71,7 +71,7 @@ DELETE FROM actions WHERE action_page = 'view' OR component = 'viewDoc';
ALTER TABLE groupbasket DROP COLUMN IF EXISTS list_event_data; ALTER TABLE groupbasket DROP COLUMN IF EXISTS list_event_data;
ALTER TABLE groupbasket ADD COLUMN list_event_data jsonb; ALTER TABLE groupbasket ADD COLUMN list_event_data jsonb;
update groupbasket set list_event_data = '"info"' update groupbasket set list_event_data = '{"canUpdate":true,"defaultTab":"info"}'
where group_id in ( where group_id in (
select group_id select group_id
from actions_groupbaskets from actions_groupbaskets
......
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