Skip to content

Commit

Permalink
Add ; after sql
Browse files Browse the repository at this point in the history
Signed-off-by: chilianyi <[email protected]>
  • Loading branch information
chilianyi committed Mar 20, 2019
1 parent 5f1b3d1 commit d16ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/db/schema/am/V0_7__developer_binding.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UPDATE role_module_binding
SET is_check_all = 0, bind_id = 'bid-developerm1'
WHERE role_id = 'developer' and module_id = 'm1'
WHERE role_id = 'developer' and module_id = 'm1';

INSERT INTO enable_action_bundle
(enable_id, bind_id, action_bundle_id) VALUES
Expand Down

0 comments on commit d16ca33

Please sign in to comment.