Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • host_updates (id, uuid, label, description, after_apply_guidance, url, timestamp)

    Field

    Type

    NULL

    Key

    Default

    Extra

    id

    bigint(20) unsigned

    NO

    PRI

    NULL

    auto_increment

    uuid

    varchar(40)

    NO

     

    NULL

     

    description

    varchar(999)

    YES

     

    NULL

     

    label

    varchar(40)

    YES

     

    NULL

     

    timestamp

    varchar(80)

    YES

     

    NULL

     

    url

    varchar(999)

    YES

     

    NULL

     

...

  • patch_host_ref (id, host_id,patch_id, update_applied)

    Field

    Type

    NULL

    Key

    Default

    Extra

    id

    bigint(20) unsigned

...

  • NO

...

  • PRI

    NULL

    auto_increment

...

  • host_id

    bigint(20) unsigned

    NO

    MUL

    NULL

     

    patch_id

    bigint(20) unsigned

    NO

     

    NULL

     

    update_applied

    tinyint(1)

    NO

     

    0

     

    patch_host_ref (id, host_id,patch_id, update_applied)


+-------------------------------------------------------------------------------+----------------------+
| Field                          | Type                      | Null   | Key   | Default   | Extra               |
+---------------------------------------------------------------------------------------------------------+
| id                              | bigint(20) unsigned  | NO    | PRI     | NULL    | auto_increment |
| host_id                      | bigint(20) unsigned  | NO     | MUL   | NULL   |                         |
| patch_id                    | bigint(20) unsigned  | NO     |           | NULL   |                         |
| update_applied           | tinyint(1)                | NO     |           | 0          |                         |
+--------------------------------------------------------------------------------+-----------------------+

Java code changes

New client APIs

...