Skip to content

Commit 85bcf5c

Browse files
committed
Convert back to a timestamp
works better with date()
1 parent 2a5d2f6 commit 85bcf5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
ALTER TABLE `mail_user` ADD `last_access` timestamp NULL DEFAULT NULL after `disabledoveadm`;
2+
ALTER TABLE `mail_user` ADD `last_access` int(11) NULL DEFAULT NULL after `disabledoveadm`;

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ CREATE TABLE `mail_user` (
10961096
`disablelda` enum('n','y') NOT NULL default 'n',
10971097
`disablelmtp` enum('n','y') NOT NULL default 'n',
10981098
`disabledoveadm` enum('n','y') NOT NULL default 'n',
1099-
`last_access` itimestamp NULL DEFAULT NULL,
1099+
`last_access` int(11) NULL DEFAULT NULL,
11001100
`disablequota-status` enum('n','y') NOT NULL default 'n',
11011101
`disableindexer-worker` enum('n','y') NOT NULL default 'n',
11021102
`last_quota_notification` date NULL default NULL,

0 commit comments

Comments
 (0)