Skip to content

Commit

Permalink
Fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Mar 29, 2024
1 parent da48e9a commit efc82bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,7 @@ Map sprawlIndicators(JdbcDataSource datasource, String grid_indicators, String i
String cool_distances = Geoindicators.GridIndicators.gridDistances(datasource, inverse_cool_areas, grid_indicators, id_grid)
if (cool_distances) {
tablesToDrop << cool_distances
datasource.execute("""ALTER TABLE $cool_distances RENAME COLUMN DISTANCE TO SPRAWL_COOL_INSDIST""")
datasource.execute("""ALTER TABLE $cool_distances RENAME COLUMN DISTANCE TO SPRAWL_COOL_INDIST""")
tablesToJoin.put(cool_distances, id_grid)
}
}
Expand Down

0 comments on commit efc82bb

Please sign in to comment.