13 lines
533 B
MySQL
13 lines
533 B
MySQL
|
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`;
|