Files
sysPass/schemas/30018111801.sql
nuxsmin 57260871d6 * [FIX] Notifications assigned to a user can be deleted
* [MOD] Improved in-app notifications displaying. Database update is needed
* [ADD] Added ACL event handler in order to recreate users' ACL when items like user, profile or group are updated/deleted

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-18 19:51:42 +01:00

4 lines
76 B
SQL

DELIMITER $$
ALTER TABLE Notification
MODIFY description TEXT NOT NULL $$