Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit b596202

Browse files
committed
Bump up the database version for including star field in the message table
1 parent bd8431e commit b596202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/zulip/android/database/DatabaseHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DatabaseHelper extends OrmLiteSqliteOpenHelper {
3030
private static final String DATABASE_NAME = "zulip-%s.db";
3131
// any time you make changes to your database objects, you may have to
3232
// increase the database version
33-
private static final int DATABASE_VERSION = 8;
33+
private static final int DATABASE_VERSION = 9;
3434

3535
public DatabaseHelper(ZulipApp app, String email) {
3636
super(app, String.format(DATABASE_NAME, MD5Util.md5Hex(email)), null,

0 commit comments

Comments
 (0)