diff --git a/Deployment/#34182-registration-tracker/01-table.sql b/Deployment/#34182-registration-tracker/01-table.sql new file mode 100644 index 0000000..c2c8f0b --- /dev/null +++ b/Deployment/#34182-registration-tracker/01-table.sql @@ -0,0 +1,3 @@ +CREATE TABLE TempUserRegister ( tempCustId INT PRIMARY KEY, fullName VARCHAR(255) NULL, mobile VARCHAR(50) NULL, email VARCHAR(100) NULL, password VARCHAR(255) NULL, appVersion VARCHAR(50) NULL, phoneBrand VARCHAR(100) NULL, phoneOs VARCHAR(100) NULL, fcmId VARCHAR(255) NULL, osVersion VARCHAR(50) NULL, isOtpVerified CHAR(1) NULL, isActive CHAR(1) NULL, createdDate DATETIME ); + + diff --git a/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration.sql b/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration.sql new file mode 100644 index 0000000..df2ea4a Binary files /dev/null and b/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration.sql differ diff --git a/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration_V2.sql b/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration_V2.sql new file mode 100644 index 0000000..9f129bc Binary files /dev/null and b/Deployment/#34182-registration-tracker/JsonRx_Proc_UserRegistration_V2.sql differ diff --git a/Deployment/#34182-registration-tracker/proc_IncompleteKYCReport.sql b/Deployment/#34182-registration-tracker/proc_IncompleteKYCReport.sql new file mode 100644 index 0000000..debe0c6 Binary files /dev/null and b/Deployment/#34182-registration-tracker/proc_IncompleteKYCReport.sql differ diff --git a/Deployment/#34182-registration-tracker/proc_mobile_StaticData.sql b/Deployment/#34182-registration-tracker/proc_mobile_StaticData.sql new file mode 100644 index 0000000..ec3068e Binary files /dev/null and b/Deployment/#34182-registration-tracker/proc_mobile_StaticData.sql differ