Renamed view
This commit is contained in:
parent
02abd59bcb
commit
aa5474941f
@ -1,4 +1,4 @@
|
|||||||
CREATE OR REPLACE VIEW user_roles_cards AS
|
CREATE OR REPLACE VIEW roles_cards AS
|
||||||
SELECT
|
SELECT
|
||||||
r.role_id,
|
r.role_id,
|
||||||
r.role_name,
|
r.role_name,
|
||||||
@ -26,7 +26,7 @@ FROM (
|
|||||||
app.get_app_id() AS app_id,
|
app.get_app_id() AS app_id,
|
||||||
'IS_DEVELOPER' AS role_id,
|
'IS_DEVELOPER' AS role_id,
|
||||||
'Developer' AS role_name,
|
'Developer' AS role_name,
|
||||||
'Basically a God',
|
'',
|
||||||
'Y' AS is_active,
|
'Y' AS is_active,
|
||||||
0 AS sort#
|
0 AS sort#
|
||||||
FROM DUAL
|
FROM DUAL
|
||||||
Loading…
x
Reference in New Issue
Block a user