Skip to content

Commit

Permalink
fix: delete deprecated function gw_fct_admin_manage_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
danimarinBG committed Aug 8, 2024
1 parent 527ef13 commit 8b9a83b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
1 change: 1 addition & 0 deletions updates/36/36012/utils/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ UPDATE sys_table SET sys_role = 'role_system' WHERE id = 'sys_role';
UPDATE sys_table SET sys_role = 'role_system' WHERE id = 'sys_typevalue';
UPDATE sys_table SET sys_role = 'role_system' WHERE id = 'sys_version';

DELETE FROM sys_function WHERE function_name = 'gw_fct_admin_manage_roles';
66 changes: 0 additions & 66 deletions utils/fct/gw_fct_admin_manage_roles.sql

This file was deleted.

0 comments on commit 8b9a83b

Please sign in to comment.