Skip to content

Commit

Permalink
Merge pull request #536 from nandhu-kumar/release-1.2.0.1
Browse files Browse the repository at this point in the history
change db queries for masterdata
  • Loading branch information
Sohandey authored Sep 29, 2022
2 parents d35eb68 + 33b77ea commit d7fb651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void execute(Connection connection) throws SQLException {
statement.addBatch("delete from master.template where template_typ_code IN(select code from master.template_type where code='Test-info-Template-auto')");
statement.addBatch(
"update master.template set is_active='true', is_deleted='false' where id='1101'");
statement.addBatch("delete from master.template where template_typ_code IN(select code from master.template_type where code='Test-info-Template-auto')");
statement.addBatch("delete from master.template_type where code='Test-info-Template-auto'");
statement.addBatch(
"update master.location set is_active='true', is_deleted='false' where code='10114'");
Expand Down

0 comments on commit d7fb651

Please sign in to comment.