HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: //volume1/@appstore/MailClient/etc/sql/mail_client_5.sql
CREATE TABLE notified_message(
	id integer NOT NULL,
	msg_id varchar(1024),
	notified_time bigint NOT NULL DEFAULT (strftime('%s', 'now')),
	CONSTRAINT notified_message_id_pk PRIMARY KEY (id),
	CONSTRAINT notified_message_msg_id_uk UNIQUE (msg_id)
);

UPDATE config SET value = '5' WHERE key = 'version';