Skip to content

Commit 456eaf1

Browse files
add end of line to procedure script
1 parent 0467d4b commit 456eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/procedures/cloud.idempotent_update_api_permission.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ BEGIN
4949
(uuid, role_id, rule, permission, sort_order)
5050
VALUES (uuid(), role_id, rule, permission, max_sort_order);
5151
END IF;
52-
END;
52+
END;

0 commit comments

Comments
 (0)