Changes between Version 69 and Version 70 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-22T17:28:53Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v69 v70  
    358358||'''parameter_code'''||string||A key used by the code to check this setting
    359359||'''parameter_value'''||string||The value of this configuration setting.
    360 ||'''parameter_type||enum(B,I,S)||The type of the value. ''B'' is boolean, ''I'' is integer, and ''S'' means string.
     360||'''parameter_type'''||enum(B,I,S)||The type of the value. ''B'' is boolean, ''I'' is integer, and ''S'' means string.
    361361||'''description'''||text||The description of this parameter
    362362||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.