Changes between Version 6 and Version 7 of OrgGrid


Ignore:
Timestamp:
Jul 11, 2008, 2:04:01 PM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v6 v7  
    4646The tool has the following tables:
    4747=== users ===
    48  * userid
    49  * password
    50  * rol
    51  * deptid
     48 * id INTEGER, KEY
     49 * password STRING
     50 * rol STRING
    5251
    5352=== pools ===
    54  * poolid
    55  * deptid
    56  * prefs
     53 * id INTEGER, KEY
     54 * prefs This field copes with all the BOINC preferences for one computer
    5755
    5856=== departments ===
    59  * deptid
    60  * location
     57 * id INTEGER, KEY
     58 * location STRING
    6159
    6260=== computers ===
    63  * computerid
     61 * id INTEGER, KEY
    6462 * poolid
    65  * features
     63 * features This field copes with all the PC features (RAM, CPU, HD, etc.)
    6664
    6765=== projects ===
    68  * projectid
    69  * url
    70  * share
     66 * id INTEGER, KEY
     67 * url STRING
     68 * share FLOAT (between 0.0 and 1.0)