bcgov / invasivesBC-mussels-iOS

Apache License 2.0
0 stars 4 forks source link

Fix initialization of database to include Major Cities #273

Closed davidclaveau closed 9 months ago

davidclaveau commented 9 months ago

Describe the Bug When the user first initializes their database locally, the major_cities table is missing (alongside its seed data). This means the app is incomplete when running locally.

Expected Behaviour The major_cities should be created and loaded with seed data

Actual Behaviour The major_cities table is missing

Implications The "Choose Closest City" option in the iOS app doesn't populate with the cities, so an inspection cannot be completed.