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 c8e9e43 commit 6873771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/sqlite/rework.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func gainInsert() string {
}

func gainFields() []string {
return []string{"Site", "Sublocation", "Subsource", "Scale Factor", "Scale Bias", "Absolute Bias", "Start Date", "End Date"}
return []string{"Station", "Location", "Sublocation", "Subsource", "Scale Factor", "Scale Bias", "Absolute Bias", "Start Date", "End Date"}
}

var gain = Builder{
Expand Down

0 comments on commit 6873771

Please sign in to comment.