convert json type in jsonb type
- sysma.xçç_track_historytables
- check for others json types
ALTER TABLE sysma.x99_t_track_historytables ALTER COLUMN old_row TYPE jsonb using (old_row::jsonb);
ALTER TABLE sysma.x99_t_track_historytables ALTER COLUMN new_row TYPE jsonb using (new_row::jsonb);
Modification effectuée par Antoine RIVIERE