UserQuery_contact_settings — rename view to begin with UserQuery
This commit is contained in:
parent
a4011ec1e3
commit
3d5773eb16
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,8 @@ END;
|
||||||
|
|
||||||
-- -------------- VIEW: UserOperation_contact_setting_change ---------------------
|
-- -------------- VIEW: UserOperation_contact_setting_change ---------------------
|
||||||
|
|
||||||
DROP VIEW IF EXISTS SettingsLookup_contact_settings;
|
DROP VIEW IF EXISTS UserQuery_contact_settings;
|
||||||
CREATE VIEW SettingsLookup_contact_settings AS
|
CREATE VIEW UserQuery_contact_settings AS
|
||||||
SELECT request_configuration.description as setting_requested, request_type.type as contact_setting
|
SELECT request_configuration.description as setting_requested, request_type.type as contact_setting
|
||||||
FROM request_configuration, request_type
|
FROM request_configuration, request_type
|
||||||
WHERE request_type.type = "contact-setting"
|
WHERE request_type.type = "contact-setting"
|
||||||
|
|
Loading…
Reference in a new issue