Skip to content

Commit

Permalink
Merge pull request #7541 from IMA-WorldHealth/release-next
Browse files Browse the repository at this point in the history
Release v1.32.0
  • Loading branch information
jmcameron authored Mar 12, 2024
2 parents 4f586d6 + 1f21878 commit a55cddf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bhima",
"version": "1.31.0",
"version": "1.32.0",
"description": "A rural hospital information management system.",
"main": "npm run build",
"scripts": {
Expand Down
9 changes: 1 addition & 8 deletions server/models/migrations/next/migrate.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
/* Release 1.31.0 */

/*
* @author: lomamech
* @description: Problem regarding the increase in basic indices based on percentages
* @date: 2024-02-26
*/
DROP PROCEDURE IF EXISTS `UpdateStaffingIndices`;
/* Release 1.32.0 */
8 changes: 8 additions & 0 deletions server/models/migrations/v1.31.0-v1.32.0/migrate.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Release 1.31.0 */

/*
* @author: lomamech
* @description: Problem regarding the increase in basic indices based on percentages
* @date: 2024-02-26
*/
DROP PROCEDURE IF EXISTS `UpdateStaffingIndices`;

0 comments on commit a55cddf

Please sign in to comment.