Skip to content

Commit

Permalink
fixed 003-create-admin migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kimura-developer committed Sep 1, 2023
1 parent ae3d0c9 commit 1234665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/migrations/003-create-admin-role.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.up = function(done) {
'CREATE_USER', 'READ_USER', 'UPDATE_USER', 'DELETE_USER',
'CREATE_ROLE', 'READ_ROLE', 'UPDATE_ROLE', 'DELETE_ROLE',
'CREATE_EVENT', 'READ_EVENT_ALL', 'UPDATE_EVENT', 'DELETE_EVENT',
'CREATE_LAYER', 'READ_LAYER_ALL', 'READ_SYSTEM_INFO','UPDATE_LAYER', 'DELETE_LAYER',
'CREATE_LAYER', 'READ_LAYER_ALL', ,'UPDATE_LAYER', 'DELETE_LAYER',
'CREATE_OBSERVATION', 'READ_OBSERVATION_ALL', 'UPDATE_OBSERVATION_ALL', 'DELETE_OBSERVATION',
'CREATE_LOCATION', 'READ_LOCATION_ALL', 'UPDATE_LOCATION_ALL', 'DELETE_LOCATION',
'CREATE_TEAM', 'READ_TEAM', 'UPDATE_TEAM', 'DELETE_TEAM'];
Expand Down

0 comments on commit 1234665

Please sign in to comment.