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 564c217 commit e0d52a2Copy full SHA for e0d52a2
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',
0 commit comments