Merge pull request '4098-rename_procedures' (#1015) from 4098-rename_procedures into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1015 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
ebac2c17f8
|
@ -0,0 +1,13 @@
|
||||||
|
DROP FUNCTION `account`.`userGetId`;
|
||||||
|
DROP FUNCTION `account`.`myUserGetName`;
|
||||||
|
DROP FUNCTION `account`.`myUserGetId`;
|
||||||
|
DROP FUNCTION `account`.`myUserHasRole`;
|
||||||
|
DROP FUNCTION `account`.`myUserHasRoleId`;
|
||||||
|
DROP FUNCTION `account`.`userGetName`;
|
||||||
|
DROP FUNCTION `account`.`userHasRole`;
|
||||||
|
DROP FUNCTION `account`.`userHasRoleId`;
|
||||||
|
DROP PROCEDURE `account`.`myUserLogout`;
|
||||||
|
DROP PROCEDURE `account`.`userLogin`;
|
||||||
|
DROP PROCEDURE `account`.`userLoginWithKey`;
|
||||||
|
DROP PROCEDURE `account`.`userLoginWithName`;
|
||||||
|
DROP PROCEDURE `account`.`userSetPassword`;
|
Loading…
Reference in New Issue