Changes between Version 6 and Version 7 of OrgGrid
- Timestamp:
- Jul 11, 2008, 2:04:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v6 v7 46 46 The tool has the following tables: 47 47 === users === 48 * userid 49 * password 50 * rol 51 * deptid 48 * id INTEGER, KEY 49 * password STRING 50 * rol STRING 52 51 53 52 === pools === 54 * poolid 55 * deptid 56 * prefs 53 * id INTEGER, KEY 54 * prefs This field copes with all the BOINC preferences for one computer 57 55 58 56 === departments === 59 * deptid60 * location 57 * id INTEGER, KEY 58 * location STRING 61 59 62 60 === computers === 63 * computerid61 * id INTEGER, KEY 64 62 * poolid 65 * features 63 * features This field copes with all the PC features (RAM, CPU, HD, etc.) 66 64 67 65 === projects === 68 * projectid69 * url 70 * share 66 * id INTEGER, KEY 67 * url STRING 68 * share FLOAT (between 0.0 and 1.0)