liquid_feedback_core

diff core.sql @ 576:eb5f4e4f17d8

Removed comment on hidden applications in "system_application" table
author jbe
date Mon Oct 23 15:14:11 2017 +0200 (2017-10-23)
parents 8771e783d898
children 3536fb4148dc
line diff
     1.1 --- a/core.sql	Mon Oct 23 14:35:35 2017 +0200
     1.2 +++ b/core.sql	Mon Oct 23 15:14:11 2017 +0200
     1.3 @@ -396,8 +396,8 @@
     1.4  COMMENT ON TABLE "system_application" IS 'OAuth 2.0 clients that are registered by the system administrator';
     1.5  
     1.6  COMMENT ON COLUMN "system_application"."name"              IS 'Human readable name of application';
     1.7 -COMMENT ON COLUMN "system_application"."base_url"          IS 'Base URL for users; NULL for hidden application';
     1.8 -COMMENT ON COLUMN "system_application"."manifest_url"      IS 'URL referring to a manifest that can be used for application (type/version) discovery; NULL for hidden application';
     1.9 +COMMENT ON COLUMN "system_application"."base_url"          IS 'Base URL for users';
    1.10 +COMMENT ON COLUMN "system_application"."manifest_url"      IS 'URL referring to a manifest that can be used for application (type/version) discovery';
    1.11  COMMENT ON COLUMN "system_application"."client_id"         IS 'OAuth 2.0 "client_id"';
    1.12  COMMENT ON COLUMN "system_application"."cert_common_name"  IS 'Value for CN field of TLS client certificate';
    1.13  COMMENT ON COLUMN "system_application"."client_cred_scope" IS 'Space-separated list of scopes; If set, Client Credentials Grant is allowed; value determines scope';

Impressum / About Us