]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/MobileLedgerDatabase.java
add test text to pattern table and drop position
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MobileLedgerDatabase.java
index 0534cb1e1340dc058064048f2d13cc1bd85ee145..97f2b75b64a301528f658f144e69d4c7463c31e1 100644 (file)
@@ -39,7 +39,7 @@ import static net.ktnx.mobileledger.utils.Logger.debug;
 public class MobileLedgerDatabase extends SQLiteOpenHelper {
     public static final MutableLiveData<Boolean> initComplete = new MutableLiveData<>(false);
     public static final String DB_NAME = "MoLe.db";
-    private static final int LATEST_REVISION = 49;
+    private static final int LATEST_REVISION = 51;
     private static final String CREATE_DB_SQL = "create_db";
     private final Application mContext;