File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ const updateQuery = `
33
33
forms.user_id = ?,
34
34
forms.created_at = ?,
35
35
forms.lat = ?,
36
- forms.lon = ?,
37
- forms.mcode = ?,
38
- forms.status = ?,
39
- forms.remarks = ?,
36
+ forms.lon = ?,
40
37
41
38
bank_details.account_holder_name = ?,
42
39
bank_details.account_number = ?,
@@ -50,9 +47,7 @@ const updateQuery = `
50
47
files.patta = ?,
51
48
files.fmb = ?,
52
49
files.photo = ?,
53
- files.passbook = ?,
54
- files.passbook_postfunding = ?,
55
- files.payment_voucher = ?,
50
+ files.passbook = ?,
56
51
57
52
form_lands.ownership = ?,
58
53
form_lands.well_irrigation = ?,
@@ -76,20 +71,7 @@ const updateQuery = `
76
71
form_lands.f_contribution = ?,
77
72
form_lands.total_est = ?,
78
73
form_lands.field_insp = ?,
79
- form_lands.site_app = ?,
80
- form_lands.date_of_app = ?,
81
- form_lands.area_benefited_postfunding = ?,
82
- form_lands.verified_by = ?,
83
74
84
- users.name = ?,
85
- users.email = ?,
86
- users.password = ?,
87
- users.role = ?,
88
- users.mobile = ?,
89
- users.date_of_joining = ?,
90
- users.location = ?,
91
- users.created_at = ?,
92
- users.photo = ?
93
75
94
76
WHERE
95
77
forms.form_type = 1
You can’t perform that action at this time.
0 commit comments