We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda98df commit 1deddf5Copy full SHA for 1deddf5
install/sql/ispconfig3.sql
@@ -598,6 +598,7 @@ CREATE TABLE `ftp_user` (
598
`dl_ratio` int(11) NOT NULL default '-1',
599
`ul_bandwidth` int(11) NOT NULL default '-1',
600
`dl_bandwidth` int(11) NOT NULL default '-1',
601
+ `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
602
PRIMARY KEY (`ftp_user_id`),
603
KEY `active` (`active`),
604
KEY `server_id` (`server_id`),
0 commit comments