BMO/AutoLand: Difference between revisions

Line 44: Line 44:
* id          INTEGER AUTO_INCREMENT
* id          INTEGER AUTO_INCREMENT
* attach_id  INTEGER NOT NULL        /* Foreign key to attachments.id */
* attach_id  INTEGER NOT NULL        /* Foreign key to attachments.id */
* branches    TEXT                    /* optional list of branches as a comma-separated string 'branch1,branch2...'
* who        INTEGER NOT NULL        /* Foreign key to profiles.userid. The BZ user who requested the autoland (not necessarily patch author) */
* who        INTEGER NOT NULL        /* Foreign key to profiles.userid. The BZ user who requested the autoland (not necessarily patch author) */
* landed      BOOLEAN DEFAULT 0      /* Set to true when the patch has landed */
* landed      BOOLEAN DEFAULT 0      /* Set to true when the patch has landed */
* landed_when DATETIME                /* Timestamp when the patch landed */
* landed_when DATETIME                /* Timestamp when the patch landed */
Confirmed users
4,467

edits