Skip to content

Commit b488b5d

Browse files
committed
Set timestamp in created_at field when a new client record is created to fix
FS#880 - field created_at in table clients
1 parent 8c5f549 commit b488b5d

File tree

2 files changed

+220
-218
lines changed

2 files changed

+220
-218
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CREATE TABLE `client` (
103103
`usertheme` varchar(32) NOT NULL default 'default',
104104
`template_master` int(11) unsigned NOT NULL default '0',
105105
`template_additional` varchar(255) NOT NULL default '',
106-
`created_at` datetime default NULL,
106+
`created_at` bigint(20) DEFAULT NULL,
107107
PRIMARY KEY (`client_id`)
108108
) ENGINE=MyISAM AUTO_INCREMENT=1;
109109

0 commit comments

Comments
 (0)