4797-lilium-worker-notifications #1229

Merged
pau merged 37 commits from 4797-lilium-worker-notifications into dev 2023-02-02 08:53:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 650cc68f4a - Show all commits

View File

@ -1,4 +1,4 @@
ALTER TABLE util.notificationSubscription
pau marked this conversation as resolved Outdated
Outdated
Review

Has contemplat que se borren tots els registres de la taula?

Has contemplat que se borren tots els registres de la taula?
ADD Id int(11) auto_increment NULL,
ADD id int(11) auto_increment NULL,
pau marked this conversation as resolved Outdated
Outdated
Review

id

**id**
DROP PRIMARY KEY,
ADD CONSTRAINT PRIMARY KEY (Id);
ADD CONSTRAINT PRIMARY KEY (id);
pau marked this conversation as resolved Outdated
Outdated
Review

id

**id**