Changes between Version 42 and Version 43 of OrgGrid


Ignore:
Timestamp:
Aug 11, 2008, 2:57:51 PM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v42 v43  
    8989
    9090
     91
    9192the OGM must obtain per-host credit statistics from all the Projects using RPCs;
    9293it can then group these however it wants.
     
    143144  * dont_verify_images tinyint(1)
    144145
    145 === projects ===
    146  * id INTEGER, KEY
    147  * name STRING
    148  * url STRING
    149  * signature STRING
    150  * share SMALLINT (between 0 and 100)
     146=== project ===
     147  * id int(11)
     148  * name varchar(255)
     149  * url varchar(255)
     150  * signature varchar(1000)
     151  * authenticator varchar(255)
     152  * share tinyint(4)
     153  * detach tinyint(1)
     154  * update tinyint(1)
     155