Skip to content

Commit e0d52a2

Browse files
Update insertion_form_farm_ponds.sql
1 parent 564c217 commit e0d52a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sql_queries/insertion_form_farm_ponds.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ async function insertAllFormData() {
5454
patta, total_area, taluk, firka, revenue, crop_season, livestocks,
5555
sf_number, soil_type, land_to_benefit, date_of_ins, length, breadth,
5656
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
57+
field_insp, site_app, date_of_app
58+
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
6059
[formId, 'OWNERSHIP', 'WELL_IRR', 'AREA_IRR', 'IRRIG_LAND',
6160
'PATTA', 'TOT_AREA', 'TALUK', 'FIRKA', 'REVENUE', 'CROP_SEASON', 'LIVESTOCKS',
6261
'SF_NO', 'SOIL', 'LAND_BENEFIT', 'DATE_INS', '10', '20',

0 commit comments

Comments
 (0)