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.
2 parents b0c6b60 + 87e96b1 commit 2f4d183Copy full SHA for 2f4d183
sql_queries/insertion_form_farm_ponds.sql
@@ -54,9 +54,8 @@ async function insertAllFormData() {
54
patta, total_area, taluk, firka, revenue, crop_season, livestocks,
55
sf_number, soil_type, land_to_benefit, date_of_ins, length, breadth,
56
depth, volume, p_contribution, f_contribution, total_est, area_benefited,
57
- field_insp, site_app, date_of_app, len_pf, bre_pf, dep_pf, vol_pf,
58
- area_benefited_postfunding, verified_by
59
- ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
+ field_insp, site_app, date_of_app
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
60
[formId, 'OWNERSHIP', 'WELL_IRR', 'AREA_IRR', 'IRRIG_LAND',
61
'PATTA', 'TOT_AREA', 'TALUK', 'FIRKA', 'REVENUE', 'CROP_SEASON', 'LIVESTOCKS',
62
'SF_NO', 'SOIL', 'LAND_BENEFIT', 'DATE_INS', '10', '20',
sql_queries/insertion_forms_plantation_details.sql
@@ -53,9 +53,8 @@ async function insertAllFormData() {
53
sf_number, soil_type, land_to_benefit, date_of_ins, type_of_work,
area_benefited_by_proposal, any_other_works, p_contribution, f_contribution,
- total_est, field_insp, site_app, date_of_app, plantaions, nos, price,
- other_exp, tot_nos, tot_price, verified_by
+ total_est, field_insp, date_of_app, plantaions
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
'SF_NO', 'SOIL', 'LAND_BENEFIT', 'DATE_INS', 'WORK_TYPE',
0 commit comments