Changes between Version 11 and Version 12 of OrgGrid


Ignore:
Timestamp:
Jul 14, 2008, 4:15:20 PM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v11 v12  
    5757=== pools ===
    5858 * id INTEGER, KEY
    59  * projectid INTEGER, FKINDEX
    6059 * name VARCHAR
     60 * organization ID
    6161 * prefs This field copes with all the BOINC preferences for one computer
    6262
    63 === departments ===
     63=== organization ===
    6464 * id INTEGER, KEY
    6565 * name VARCHAR
     
    7171 * features This field copes with all the PC features (RAM, CPU, HD, etc.)
    7272
     73=== exclusion ===
     74 * project ID
     75 * organization ID
     76
    7377=== projects ===
    7478 * id INTEGER, KEY
    7579 * name VARCHAR
    7680 * url STRING
     81 * signature string
    7782 * share FLOAT (between 0.0 and 1.0)