Skip to content

Commit

Permalink
enable absent attendance code (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyHarwood authored Jun 2, 2023
1 parent 88affd4 commit 598b520
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch:integration": "yarn jest --watch --coverage=no --config ./tests-integration/jest.integration.config.js"
},
"mtc": {
"assets-version": "e214052e162d4bb534f3f53033a72164"
"assets-version": "1826ad1466541e9827e727c5961ef46e"
},
"engines": {
"node": ">= 16"
Expand Down Expand Up @@ -199,4 +199,4 @@
"axios": "axios/dist/node/axios.cjs"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE mtc_admin.attendanceCode set visible = 1 where code = 'ABSNT';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE mtc_admin.attendanceCode set visible = 0 where code = 'ABSNT';

0 comments on commit 598b520

Please sign in to comment.