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

Commit 58e794d

Browse files
Fix typo
1 parent 5dd2a27 commit 58e794d

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.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ open class WellSqlConfig : DefaultWellConfig {
20562056

20572057
204 -> migrateAddOn(ADDON_WOOCOMMERCE, version) {
20582058
// Drop the column METADATA from WCProductModel
2059-
// Since SQLite version varies accross devices, we can't rely on the support of DROP COLUMN,
2059+
// Since SQLite version varies across devices, we can't rely on the support of DROP COLUMN,
20602060
// So we'll use an intermediate table
20612061
db.execSQL("""
20622062
CREATE TABLE WCProductModel_temp (

0 commit comments

Comments
 (0)