Changes between Version 5 and Version 6 of OrgGrid
- Timestamp:
- Jul 11, 2008, 1:40:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v5 v6 44 44 == Implementation == 45 45 46 Describe the database tables used by OGM. 46 The tool has the following tables: 47 === users === 48 * userid 49 * password 50 * rol 51 * deptid 52 53 === pools === 54 * poolid 55 * deptid 56 * prefs 57 58 === departments === 59 * deptid 60 * location 61 62 === computers === 63 * computerid 64 * poolid 65 * features 66 67 === projects === 68 * projectid 69 * url 70 * share