Browse Source

db changes

master
shakun 11 months ago
parent
commit
0145816719
  1. BIN
      StoredProc/JsonRx_Proc_UserRegistration.sql
  2. BIN
      StoredProc/PROC_DROPDOWN_LIST.sql
  3. BIN
      StoredProc/PROC_DYNAMIC_TABLE.sql
  4. BIN
      StoredProc/mobile_proc_TranHistory.sql
  5. BIN
      StoredProc/mobile_proc_customerMaster_V2.sql
  6. BIN
      StoredProc/mobile_proc_userLogin.sql
  7. BIN
      StoredProc/proc_SendTransaction.sql
  8. BIN
      StoredProc/proc_getNotifyInfo.sql
  9. BIN
      StoredProc/proc_get_exrate_master.sql
  10. 34
      update.sql

BIN
StoredProc/JsonRx_Proc_UserRegistration.sql

BIN
StoredProc/PROC_DROPDOWN_LIST.sql

BIN
StoredProc/PROC_DYNAMIC_TABLE.sql

BIN
StoredProc/mobile_proc_TranHistory.sql

BIN
StoredProc/mobile_proc_customerMaster_V2.sql

BIN
StoredProc/mobile_proc_userLogin.sql

BIN
StoredProc/proc_SendTransaction.sql

BIN
StoredProc/proc_getNotifyInfo.sql

BIN
StoredProc/proc_get_exrate_master.sql

34
update.sql

@ -5,21 +5,37 @@ where username='luffy@yopmail.com'
select * FROM TBL_MOBILE_OTP_REQUEST where user_id='stha@yopmail.com' select * FROM TBL_MOBILE_OTP_REQUEST where user_id='stha@yopmail.com'
delete FROM customermaster where username='shakun@yopmail.com'
delete FROM CustomerMasterTemp where username='shakun@yopmail.com'
delete FROM mobile_userRegistration where username='shakun@yopmail.com'
delete FROM TBL_MOBILE_OTP_REQUEST where user_id='shakun@yopmail.com'
delete FROM customermaster where username='hide@yopmail.com'
delete FROM CustomerMasterTemp where username='hide@yopmail.com'
delete FROM mobile_userRegistration where username='hide@yopmail.com'
delete FROM TBL_MOBILE_OTP_REQUEST where user_id='hide@yopmail.com'
delete from customerDocument where cdid='132' delete from customerDocument where cdid='132'
select * from customerDocument where customerid='48' --11440 select * from customerDocument where customerid='48' --11440
select * FROM mobile_userRegistration where username='luffy@yopmail.com' select * FROM mobile_userRegistration where username='luffy@yopmail.com'
update customermaster set mobileverifieddate=null , HasDeclare=0, agreeYn=0,
txnpin=123456,isForcedPwdChange=0 where username='puranpanthi429@gmail.com'
update customermaster set mobileverifieddate=null , mobileapprovedDate=null, HasDeclare=0, agreeYn=0, lawsoncardno='',
txnpin=123456,isForcedPwdChange=0 where username='luffy@yopmail.com'
select idNumber, idtype, ADDITIONALADDRESS,verificationCode, nativeCountry,* FROM CustomerMastertemp where username='hide@yopmail.com'
select idNumber, idtype, ADDITIONALADDRESS, verificationCode,* FROM CustomerMaster where username='hide@yopmail.com'
update CustomerMaster set verificationCode=null,ADDITIONALADDRESS='s' where username='hide@yopmail.com'
update CustomerMaster set idIssueCountry='' where username='hide@yopmail.com'
update CustomerMasterTemp set idtype=null where username='hide@yopmail.com'
update customermaster set update customermaster set
txnpin=123456
where username='stha@yopmail.com'
lawsoncardno='KYC_LATER'
where username='hide@yopmail.com'
SELECT name
FROM sys.procedures
WHERE Object_definition(object_id) LIKE '%PROCESSING%'
update customermaster set
verificationCode=''
where username='hide1@yopmail.com'
select * FROM TBL_MOBILE_OTP_REQUEST where user_id='luffy@yopmail.com' select * FROM TBL_MOBILE_OTP_REQUEST where user_id='luffy@yopmail.com'
select * FROM staticDataValue where typeid='8103' select * FROM staticDataValue where typeid='8103'
@ -78,7 +94,7 @@ EXEC JsonRx_Proc_UserRegistration_V2 @flag = 'sign-up-v2-new-cust'
EXEC proc_mobile_StaticData @flag='kycV3', @customerId='luffy@yopmail.com' EXEC proc_mobile_StaticData @flag='kycV3', @customerId='luffy@yopmail.com'
EXEC mobile_proc_customerMaster @flag='refresh-customer-info', @userName = 'stha@yopmail.com',
EXEC mobile_proc_customerMaster @flag='refresh-customer-info', @userName = 'atm@yopmail.com',
@appVersion = '2.5',@phoneBrand = 'samsung', @appVersion = '2.5',@phoneBrand = 'samsung',
@phoneOS = 'Quince Tart', @phoneOS = 'Quince Tart',
@fcmId = 'fsN8yCRWRhWHK2SMzNADr2:APA91bHQZYgZRcdNtcyysnhhqSFC1J8BHW-GpJGS7P6tgXk8JXvHQseq853bETZ_mjvHvR6zSgUSkhcJ8AR0Zb0glj-m3IJyeY8ZF5gKw6sXr-59aKMGGvclXA5L9-nPs2McVME3-WO2', @fcmId = 'fsN8yCRWRhWHK2SMzNADr2:APA91bHQZYgZRcdNtcyysnhhqSFC1J8BHW-GpJGS7P6tgXk8JXvHQseq853bETZ_mjvHvR6zSgUSkhcJ8AR0Zb0glj-m3IJyeY8ZF5gKw6sXr-59aKMGGvclXA5L9-nPs2McVME3-WO2',

Loading…
Cancel
Save