mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Removed useless 'created' column from 'session' table (#5389)
This commit is contained in:
@@ -86,7 +86,6 @@ CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host);
|
||||
|
||||
CREATE TABLE session (
|
||||
sess_id varchar(128) NOT NULL PRIMARY KEY,
|
||||
created datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
changed datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
ip varchar(40) NOT NULL default '',
|
||||
vars text NOT NULL
|
||||
@@ -203,4 +202,4 @@ CREATE TABLE system (
|
||||
value text NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO system (name, value) VALUES ('roundcube-version', '2015111100');
|
||||
INSERT INTO system (name, value) VALUES ('roundcube-version', '2016081200');
|
||||
|
||||
Reference in New Issue
Block a user