Changes between Version 42 and Version 43 of OrgGrid
- Timestamp:
- Aug 11, 2008, 2:57:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v42 v43 89 89 90 90 91 91 92 the OGM must obtain per-host credit statistics from all the Projects using RPCs; 92 93 it can then group these however it wants. … … 143 144 * dont_verify_images tinyint(1) 144 145 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