Thomas Bruederli
2013-01-31 873ae9e9de2aba0f22f3669b1e1519a439d97b5c
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.sql');