Browse Source

#25998 menu name update

master
Leeza Baidar 7 months ago
parent
commit
08c6220899
  1. 2
      Deployment/24827-Promotional-Rate/alter-query.sql
  2. 3
      Deployment/25998-LowTxnReport/update-query.sql

2
Deployment/24827-Promotional-Rate/alter-query.sql

@ -0,0 +1,2 @@
ALTER TABLE countryWiseExchangeRate
ADD depositType VARCHAR(200)

3
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'
Loading…
Cancel
Save