Skip to content

Commit 1deddf5

Browse files
author
Marius Cramer
committed
Added sql incremental change to db dump from master
1 parent cda98df commit 1deddf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ CREATE TABLE `ftp_user` (
598598
`dl_ratio` int(11) NOT NULL default '-1',
599599
`ul_bandwidth` int(11) NOT NULL default '-1',
600600
`dl_bandwidth` int(11) NOT NULL default '-1',
601+
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
601602
PRIMARY KEY (`ftp_user_id`),
602603
KEY `active` (`active`),
603604
KEY `server_id` (`server_id`),

0 commit comments

Comments
 (0)