Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ozym committed Nov 22, 2024
1 parent fda5a1d commit cc96aba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/sqlite/rework.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,7 @@ END;
`

func gainInsert() string {
//return fmt.Sprintf("INSERT OR IGNORE INTO gain (site_id, sublocation, subsource, scale_factor, scale_bias, absolute_bias, start_date, end_date) VALUES ((%s), ?, ?, ?, ?, ?, ?, ?);", siteSelect())
return fmt.Sprintf("INSERT INTO gain (site_id, sublocation, subsource, scale_factor, scale_bias, absolute_bias, start_date, end_date) VALUES ((%s), ?, ?, ?, ?, ?, ?, ?);", siteSelect())
return fmt.Sprintf("INSERT OR IGNORE INTO gain (site_id, sublocation, subsource, scale_factor, scale_bias, absolute_bias, start_date, end_date) VALUES ((%s), ?, ?, ?, ?, ?, ?, ?);", siteSelect())
}

func gainFields() []string {
Expand Down

0 comments on commit cc96aba

Please sign in to comment.