mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-08-07 05:44:43 -04:00
Fix max db version
This commit is contained in:
1 parent
4bbeb27714
commit
1bda5410d8
1 file changed
+1
-1
@@ -13,7 +13,7 @@ public class DBHelper extends SQLiteOpenHelper
|
||||
{
|
||||
public static final String DATABASE_NAME = "Catima.db";
|
||||
public static final int ORIGINAL_DATABASE_VERSION = 1;
|
||||
public static final int DATABASE_VERSION = 4;
|
||||
public static final int DATABASE_VERSION = 5;
|
||||
|
||||
static class LoyaltyCardDbGroups
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user