We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d52a2 commit 87e96b1Copy full SHA for 87e96b1
sql_queries/insertion_forms_plantation_details.sql
@@ -53,9 +53,8 @@ async function insertAllFormData() {
53
patta, total_area, taluk, firka, revenue, crop_season, livestocks,
54
sf_number, soil_type, land_to_benefit, date_of_ins, type_of_work,
55
area_benefited_by_proposal, any_other_works, p_contribution, f_contribution,
56
- total_est, field_insp, site_app, date_of_app, plantaions, nos, price,
57
- other_exp, tot_nos, tot_price, verified_by
58
- ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
+ total_est, field_insp, date_of_app, plantaions
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
59
[formId, 'OWNERSHIP', 'WELL_IRR', 'AREA_IRR', 'IRRIG_LAND',
60
'PATTA', 'TOT_AREA', 'TALUK', 'FIRKA', 'REVENUE', 'CROP_SEASON', 'LIVESTOCKS',
61
'SF_NO', 'SOIL', 'LAND_BENEFIT', 'DATE_INS', 'WORK_TYPE',
0 commit comments