Changes between Version 6 and Version 7 of Internal/Infrastructure/OMF/GridServices/Inventory


Ignore:
Timestamp:
May 13, 2008, 8:02:20 PM (16 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServices/Inventory

    v6 v7  
    11= Inventory Grid Service =
    22
    3 [[TOC(Internal/Infrastructure/OMF/InventoryGridService,depth=2)]]
     3[[TOC(Internal/Infrastructure/OMF/GridServices/Inventory,depth=2)]]
    44
    55== Inventory Gridservice ==
     
    132132|| Field       || Type        || Null || Key || Default           || Extra          || Description ||
    133133|| id          || varchar(64) || NO   || PRI ||         ||                || UUID of the location ||
     134
     135
    134136|| x           || int(11)     || NO   ||     || 0                 ||                || ||
    135137|| y           || int(11)     || NO   ||     || 0                 ||                || ||
     
    155157|| updated_by  || varchar(64) || NO   ||     ||  ||                ||                                               ||
    156158
    157 == DESCRIPTION ==
     159== Notes ==
    158160
    159161The design goal of this schema is to allow the double use of the Inventory database as:
     
    172174The ''interfaces'' and ''devices'' tables are created and updated as in the previous schema.
    173175
    174 
    175 
     176These schemas have a tendency to change, so assume the actual database is more authoritative than this document.