mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fix database migration
This commit is contained in:
parent
e374a47316
commit
491590ee0a
3 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="111"
|
||||
android:versionCode="112"
|
||||
android:versionName="0.0.33.1"
|
||||
android:screenOrientation="portrait"
|
||||
android:installLocation="auto" >
|
||||
|
|
|
|||
1
Habitica/assets/migrations/Habitica/25.sql
Normal file
1
Habitica/assets/migrations/Habitica/25.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE HabitRPGUser ADD COLUMN 'invitations_id' INTEGER;
|
||||
|
|
@ -7,5 +7,5 @@ public class HabitDatabase {
|
|||
|
||||
public static final String NAME = "Habitica";
|
||||
|
||||
public static final int VERSION = 24;
|
||||
public static final int VERSION = 25;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue