ALTER TABLE util.notificationSubscription
ADD id int(11) auto_increment NULL,
DROP PRIMARY KEY,
ADD CONSTRAINT PRIMARY KEY (id);