diff --git a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt index 9e192b4f67..211be93139 100644 --- a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt +++ b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt @@ -27,7 +27,6 @@ import org.wordpress.android.util.AppLog.T */ @Table(addOn = WellSqlConfig.ADDON_WOOCOMMERCE) data class WCProductModel(@PrimaryKey @Column private var id: Int = 0) : Identifiable { - @Column var localSiteId = 0 @Column var remoteProductId = 0L // The unique identifier for this product on the server val remoteId