| | |
| | | mail_host varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | last_login datetime DEFAULT NULL, |
| | | failed_login datetime DEFAULT NULL, |
| | | failed_login_counter integer DEFAULT NULL, |
| | | language varchar(5), |
| | | preferences text NOT NULL default '' |
| | | ); |
| | |
| | | user_id integer NOT NULL default 0, |
| | | cache_key varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | expires datetime DEFAULT NOT, |
| | | expires datetime DEFAULT NULL, |
| | | data text NOT NULL |
| | | ); |
| | | |
| | |
| | | value text NOT NULL |
| | | ); |
| | | |
| | | INSERT INTO system (name, value) VALUES ('roundcube-version', '2013061000'); |
| | | INSERT INTO system (name, value) VALUES ('roundcube-version', '2015111100'); |