Aleksander Machniak
2013-03-11 c4ff57c75f3d840347f140e35fda74ee5ea84bc0
SQL/postgres.initial.sql
@@ -262,3 +262,16 @@
    data text NOT NULL,
    CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name)
);
--
-- Table "system"
-- Name: system; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE "system" (
    name varchar(64) NOT NULL PRIMARY KEY,
    value text
);
INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700');