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