Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22e86da8 authored by Adnan's avatar Adnan
Browse files

Settings: Bump SettingsSearch db version.

Change-Id: I0ba3be71f61fcae9c2fe67064b5f890fdd0abb2c
parent b411aa51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public class SettingsSearchDatabaseHelper extends SQLiteOpenHelper {
    // general database configuration and tables
    private static final String sDatabaseName = "search.db";

    protected static final int DATABASE_VERSION = 2;
    protected static final int DATABASE_VERSION = 3;
    private Context mContext;

    public static SettingsSearchDatabaseHelper getInstance(Context context) {