Skip to content

Commit

Permalink
fix: osm_key duplicate column name (#5960)
Browse files Browse the repository at this point in the history
* Update dao_osm_location.dart

* Update packages/smooth_app/lib/database/dao_osm_location.dart

---------

Co-authored-by: monsieurtanuki <[email protected]>
  • Loading branch information
M123-dev and monsieurtanuki authored Nov 29, 2024
1 parent 18b3f08 commit 0430192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/database/dao_osm_location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DaoOsmLocation extends AbstractSqlDao {
final String column,
) =>
e.toString().startsWith(
'DatabaseException(duplicate column name: $column (code 1 SQLITE_ERROR)');
'DatabaseException(duplicate column name: $column (code 1 SQLITE_ERROR');

if (oldVersion < 7) {
try {
Expand Down

0 comments on commit 0430192

Please sign in to comment.