Skip to content

Commit

Permalink
Merge pull request #38 from chilianyi/refactor
Browse files Browse the repository at this point in the history
Add ; after sql
  • Loading branch information
chilianyi authored Mar 20, 2019
2 parents 58b9b0a + d16ca33 commit 70e7715
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 70e7715

Please sign in to comment.