mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-07 00:26:48 +01:00
Removed useless 'created' column from 'session' table (#5389)
This commit is contained in:
@@ -26,7 +26,6 @@ END;
|
||||
|
||||
CREATE TABLE "session" (
|
||||
"sess_id" varchar(128) NOT NULL PRIMARY KEY,
|
||||
"created" timestamp with time zone DEFAULT current_timestamp NOT NULL,
|
||||
"changed" timestamp with time zone DEFAULT current_timestamp NOT NULL,
|
||||
"ip" varchar(41) NOT NULL,
|
||||
"vars" long NOT NULL
|
||||
@@ -220,4 +219,4 @@ CREATE TABLE "system" (
|
||||
"value" long
|
||||
);
|
||||
|
||||
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