Skip to content

Commit 2f4d183

Browse files
committed
2 parents b0c6b60 + 87e96b1 commit 2f4d183

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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',

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)