From: Alan Date: Wed, 11 Oct 2023 03:50:24 +0000 (+0800) Subject: more typos X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=97f1ae8707ec47933d7fc742868fa63f46c36bd5 more typos --- diff --git a/sql/core_notify.sql b/sql/core_notify.sql index 235b3aa3..9751443c 100644 --- a/sql/core_notify.sql +++ b/sql/core_notify.sql @@ -28,7 +28,7 @@ ALTER TABLE core_notify ADD COLUMN person_table VARCHAR(256) NOT NULL DEFAULT '' -- ?? why added??? - probably need to document this.. ALTER TABLE core_notify ADD COLUMN domain_id INT(11) NOT NULL DEFAULT 0; -ALTER TABLE core_notify ADD COLUMN server_id INT(11) NOT NULL DEFAULT -1 +ALTER TABLE core_notify ADD COLUMN server_id INT(11) NOT NULL DEFAULT -1; ALTER TABLE core_notify ADD INDEX lookup(act_when, msgid);