Skip to content
Snippets Groups Projects
Verified Commit 369b21c1 authored by Damien's avatar Damien
Browse files

FEAT #8791 SQL

parent 389a9699
No related branches found
No related tags found
No related merge requests found
......@@ -584,3 +584,6 @@ ALTER TABLE entities DROP COLUMN IF EXISTS id;
ALTER TABLE entities ADD COLUMN id serial;
ALTER TABLE entities ADD UNIQUE (id);
UPDATE notifications set event_id = 'userModification' where event_id = 'usersup';
UPDATE notifications set event_id = 'user%' where event_id = 'users%';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment