diff --git a/Deployment/24827-Promotional-Rate/alter-query.sql b/Deployment/24827-Promotional-Rate/alter-query.sql new file mode 100644 index 0000000..1f61257 --- /dev/null +++ b/Deployment/24827-Promotional-Rate/alter-query.sql @@ -0,0 +1,2 @@ +ALTER TABLE countryWiseExchangeRate +ADD depositType VARCHAR(200) \ No newline at end of file diff --git a/Deployment/25998-LowTxnReport/update-query.sql b/Deployment/25998-LowTxnReport/update-query.sql new file mode 100644 index 0000000..f6a4460 --- /dev/null +++ b/Deployment/25998-LowTxnReport/update-query.sql @@ -0,0 +1,3 @@ +select * from applicationMenus where menuGroup='Reports' --menuname='new customer registration report' + +update applicationMenus set menuName='Low Txn Report' where functionId='20302200' \ No newline at end of file