Changes between Version 11 and Version 12 of OrgGrid
- Timestamp:
- Jul 14, 2008, 4:15:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v11 v12 57 57 === pools === 58 58 * id INTEGER, KEY 59 * projectid INTEGER, FKINDEX60 59 * name VARCHAR 60 * organization ID 61 61 * prefs This field copes with all the BOINC preferences for one computer 62 62 63 === departments===63 === organization === 64 64 * id INTEGER, KEY 65 65 * name VARCHAR … … 71 71 * features This field copes with all the PC features (RAM, CPU, HD, etc.) 72 72 73 === exclusion === 74 * project ID 75 * organization ID 76 73 77 === projects === 74 78 * id INTEGER, KEY 75 79 * name VARCHAR 76 80 * url STRING 81 * signature string 77 82 * share FLOAT (between 0.0 and 1.0)