VRazgaitis / climbing_database

0 stars 1 forks source link

Routename duplicates #2

Open VRazgaitis opened 3 months ago

VRazgaitis commented 3 months ago

Looks like route names aren't always original, and duplicates exist in our datatset. I've changed the the Primary Key of a Route to be (RouteName, Latitude) to ensure unique primary keys.

Maybe it's cleaner to just do auto-incremented route id's like @luwop had originally suggested?