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

Commit 89dcc364 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Database version bump to clear bogus cached attachments

parent 6031862b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public class LocalStore extends Store implements Serializable
     */
    private static final String[] EMPTY_STRING_ARRAY = new String[0];

    private static final int DB_VERSION = 37;
    private static final int DB_VERSION = 38;
    private static final Flag[] PERMANENT_FLAGS = { Flag.DELETED, Flag.X_DESTROYED, Flag.SEEN, Flag.FLAGGED };

    private String mPath;
@@ -270,6 +270,8 @@ public class LocalStore extends Store implements Serializable
                }


                // Database version 38 is solely to prune cached attachments now that we clear them better

            }

        }