]> andersk Git - moira.git/blobdiff - db/schema.sql
Support EXCHANGE poboxes.
[moira.git] / db / schema.sql
index 6a0926e8191432ef60c4fa50ec114cd0c574fa8f..13262f06bc541904835852007e62d623e57951b1 100644 (file)
@@ -30,6 +30,7 @@ create table users
        pop_id          INTEGER         DEFAULT 0       NOT NULL,
        imap_id         INTEGER         DEFAULT 0       NOT NULL,
        box_id          INTEGER         DEFAULT 0       NOT NULL,
+       exchange_id     INTEGER         DEFAULT 0       NOT NULL,
        pmodtime        DATE            DEFAULT SYSDATE NOT NULL,
        pmodby          INTEGER         DEFAULT 0       NOT NULL,
        pmodwith        VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
This page took 0.029562 seconds and 4 git commands to generate.