-- Reverse of 107: drop the binding_id column from caldav_sync_log. -- The associated index drops automatically with the column. ALTER TABLE paliad.caldav_sync_log DROP COLUMN IF EXISTS binding_id;