You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE item SET type ='file', extra = CONCAT('{"file":', extra->>'s3File', '}')::jsonb WHERE type ='s3File'AND extra->>'s3File'IS NOT NULL;--> statement-breakpoint
2
+
3
+
UPDATE app_data SET data = CONCAT('{"file":', data->>'s3File', '}')::jsonb WHERE type ='file'AND data->>'s3File'IS NOT NULL;--> statement-breakpoint
4
+
5
+
UPDATE app_setting SET data = CONCAT('{"file":', data->>'s3File', '}')::jsonb WHERE data->>'s3File'IS NOT NULL;--> statement-breakpoint
0 commit comments