Skip to content

Commit

Permalink
replace role name teacher with tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jul 18, 2024
1 parent 4c8f249 commit 8f96c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/db/migration/V1.3__changes_values.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE qms_auth.role
SET name = 'tutor'
WHERE name = 'teacher'

0 comments on commit 8f96c28

Please sign in to comment.