mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Bump database version to clean all database cache
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="AA_DB_VERSION"
|
android:name="AA_DB_VERSION"
|
||||||
android:value="9"/>
|
android:value="10"/>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.google.android.backup.api_key"
|
android:name="com.google.android.backup.api_key"
|
||||||
|
|||||||
3
app/src/main/assets/migrations/10.sql
Normal file
3
app/src/main/assets/migrations/10.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
delete from Score;
|
||||||
|
delete from Streak;
|
||||||
|
delete from Checkmarks;
|
||||||
Reference in New Issue
Block a user