Changes between Version 8 and Version 9 of OrgGrid


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v8 v9  
    4646The tool has the following tables:
    4747=== users ===
    48  * userid INTEGER, KEY
     48 * id INTEGER, KEY
    4949 * password STRING
    50  * rolid STRING
     50 * rolid INTEGER,INDEX
    5151
    5252=== roles ===
    53  * rolid INTEGER, KEY
    54  * rol VARCHAR
     53 * id INTEGER, KEY
     54 * name VARCHAR
    5555
    5656=== pools ===
    5757 * id INTEGER, KEY
     58 * name VARCHAR
    5859 * prefs This field copes with all the BOINC preferences for one computer
    5960
    6061=== departments ===
    6162 * id INTEGER, KEY
     63 * name VARCHAR
    6264 * location STRING
    6365
    6466=== computers ===
    6567 * id INTEGER, KEY
    66  * poolid
     68 * poolid INTEGER, INDEX
    6769 * features This field copes with all the PC features (RAM, CPU, HD, etc.)
    6870