Skip to content

Commit 87e96b1

Browse files
Update insertion_forms_plantation_details.sql
1 parent e0d52a2 commit 87e96b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sql_queries/insertion_forms_plantation_details.sql

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

0 commit comments

Comments
 (0)