Aleksander Machniak
2016-05-22 0344b168276f80189e2254c75a762aff5b517b6b
SQL/postgres.initial.sql
@@ -22,6 +22,8 @@
    mail_host varchar(128) DEFAULT '' NOT NULL,
    created timestamp with time zone DEFAULT now() NOT NULL,
    last_login timestamp with time zone DEFAULT NULL,
    failed_login timestamp with time zone DEFAULT NULL,
    failed_login_counter integer DEFAULT NULL,
    "language" varchar(5),
    preferences text DEFAULT ''::text NOT NULL,
    CONSTRAINT users_username_key UNIQUE (username, mail_host)
@@ -290,4 +292,4 @@
    value text
);
INSERT INTO system (name, value) VALUES ('roundcube-version', '2014042900');
INSERT INTO system (name, value) VALUES ('roundcube-version', '2015111100');