Skip to content

Commit 73d75ee

Browse files
committed
There are no more tables associated with ADDON_WOOCOMMERCE, so we have to remove addon configuration to fix WellException: Generated classes for addon not found.
1 parent 6b3386a commit 73d75ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/WooWellSqlConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.wordpress.android.fluxc.persistence.WellSqlConfig
1010
import org.wordpress.android.util.AppLog
1111
import org.wordpress.android.util.AppLog.T
1212

13-
class WooWellSqlConfig(context: Context) : WellSqlConfig(context, ADDON_WOOCOMMERCE) {
13+
class WooWellSqlConfig(context: Context) : WellSqlConfig(context) {
1414
/**
1515
* Detect when the database is downgraded in debug and beta builds so we can recreate all the tables.
1616
* The initial purpose of this was to avoid the hassle of devs switching branches and having to clear

0 commit comments

Comments
 (0)