Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 5aa7962

Browse files
committed
Fix changes confirmed at type
1 parent bfcdc2e commit 5aa7962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluxc/src/main/java/org/wordpress/android/fluxc/persistence/WellSqlConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public void onUpgrade(SQLiteDatabase db, WellTableManager helper, int oldVersion
579579
oldVersion++;
580580
case 79:
581581
AppLog.d(T.DB, "Migrating to version " + (oldVersion + 1));
582-
db.execSQL("alter table PostModel add CHANGES_CONFIRMED_CONTENT_HASHCODE TEXT;");
582+
db.execSQL("alter table PostModel add CHANGES_CONFIRMED_CONTENT_HASHCODE INTEGER;");
583583
oldVersion++;
584584
case 80:
585585
AppLog.d(T.DB, "Migrating to version " + (oldVersion + 1));

0 commit comments

Comments
 (0)