Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Oct 16, 2024
1 parent 5dd2a27 commit 58e794d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ open class WellSqlConfig : DefaultWellConfig {

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

0 comments on commit 58e794d

Please sign in to comment.