typo
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-02-01 08:48:47 +01:00
parent 9ece9d8625
commit 56f7794d87
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ALTER TABLE util.notificationSubscription ALTER TABLE `util`.`notificationSubscription`
ADD id int(11) auto_increment NULL, ADD `id` int(11) auto_increment NULL,
DROP PRIMARY KEY, DROP PRIMARY KEY,
ADD CONSTRAINT PRIMARY KEY (id); ADD CONSTRAINT PRIMARY KEY (`id`);