charlescng / docker-containers

Docker containers and unRAID docker templates
10 stars 11 forks source link

Patch SQL for schema update 184 #4

Closed charlescng closed 5 years ago

charlescng commented 5 years ago

Fixes https://github.com/charlescng/docker-containers/issues/3.

Change the SQL from

UPDATE `eventlog` SET `severity` = 5 WHERE `message` REGEXP ' [.(.]by (user|cron|console)';

to

UPDATE `eventlog` SET `severity` = 5 WHERE `message` REGEXP ' [(]by (user|cron|console)';