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

Commit c20085e

Browse files
kunall17niftynei
authored andcommitted
Bump up DATABASE_VERSION to create new tables for emoji in the existing database
1 parent 7eaacdc commit c20085e

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 = 3;
33+
private static final int DATABASE_VERSION = 4;
3434

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

0 commit comments

Comments
 (0)