Skip to content

fix #82 by removing hardcoded database version

Daniel Frost requested to merge Danfro/music-app:fixhardcodeddbversion into master

The two errors in #82 (closed) reference db calls here and here. Those do have version 1.0 hardcoded.

In weather app this part is empty. Same in calculator app.

Removing the hardcoded version does fix this issue as tested in Q&A testing group. Then the app does start.

Edited by Daniel Frost

Merge request reports