Changes between Version 6 and Version 7 of Internal/Infrastructure/OMF/GridServices/Inventory
- Timestamp:
- May 13, 2008, 8:02:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure/OMF/GridServices/Inventory
v6 v7 1 1 = Inventory Grid Service = 2 2 3 [[TOC(Internal/Infrastructure/OMF/ InventoryGridService,depth=2)]]3 [[TOC(Internal/Infrastructure/OMF/GridServices/Inventory,depth=2)]] 4 4 5 5 == Inventory Gridservice == … … 132 132 || Field || Type || Null || Key || Default || Extra || Description || 133 133 || id || varchar(64) || NO || PRI || || || UUID of the location || 134 135 134 136 || x || int(11) || NO || || 0 || || || 135 137 || y || int(11) || NO || || 0 || || || … … 155 157 || updated_by || varchar(64) || NO || || || || || 156 158 157 == DESCRIPTION==159 == Notes == 158 160 159 161 The design goal of this schema is to allow the double use of the Inventory database as: … … 172 174 The ''interfaces'' and ''devices'' tables are created and updated as in the previous schema. 173 175 174 175 176 These schemas have a tendency to change, so assume the actual database is more authoritative than this document.