Changes between Version 8 and Version 9 of OrgGrid
- Timestamp:
- Jul 11, 2008, 3:11:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v8 v9 46 46 The tool has the following tables: 47 47 === users === 48 * userid INTEGER, KEY48 * id INTEGER, KEY 49 49 * password STRING 50 * rolid STRING50 * rolid INTEGER,INDEX 51 51 52 52 === roles === 53 * rolid INTEGER, KEY54 * rolVARCHAR53 * id INTEGER, KEY 54 * name VARCHAR 55 55 56 56 === pools === 57 57 * id INTEGER, KEY 58 * name VARCHAR 58 59 * prefs This field copes with all the BOINC preferences for one computer 59 60 60 61 === departments === 61 62 * id INTEGER, KEY 63 * name VARCHAR 62 64 * location STRING 63 65 64 66 === computers === 65 67 * id INTEGER, KEY 66 * poolid 68 * poolid INTEGER, INDEX 67 69 * features This field copes with all the PC features (RAM, CPU, HD, etc.) 68 70