feat: update database schema and configuration for Flyway integration and refactor table names
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<mapper namespace="com.onixbyte.helix.mapper.RoleAuthorityMapper">
|
||||
<delete id="deleteByRoleId" parameterType="long">
|
||||
DELETE
|
||||
FROM role_authorities
|
||||
FROM role_authority
|
||||
WHERE role_id = #{roleId}
|
||||
</delete>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user