Skip to content
Snippets Groups Projects

Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -97,6 +97,7 @@ public class LocationRepositoryJDBC implements LocationRepository {
public int nametoLocationID(String name){
int locationID = jdbc.queryForObject("SELECT locationID FROM locations WHERE locationName=?", Integer.class, name);
}
Loading