System Settings
sunbird.system_settings (PRIMARY KEY: id)
Table used for storing system level configuration values used by LERN and other sunbird BBs.
Column Name | Data Type | Description | Sample Value |
---|---|---|---|
id | text | Unique code for identifying the settings or configuration | custodianOrgId, tncConfig etc |
field | text | As of now same as id itself | custodianOrgId, tncConfig etc |
value | text | Value of the configuration. This can be a string or a json string | 0126796199493140480 or "{"latestVersion":"v13","v13":{"url":"https://obj.stage.sunbirded.org/privacy-policy/terms-of-use.html"}}" |
Last updated