woocommerce / woocommerce-admin

(Deprecated) This plugin has been merged to woocommerce/woocommerce
https://woocommerce.github.io/woocommerce-admin/#/
Other
360 stars 145 forks source link

Remove `is_primary` column from the `wp_wc_admin_notes` table #8474

Closed chihsuan closed 2 years ago

chihsuan commented 2 years ago

Fixes #7310

This PR removes the unused is_primary column from the wp_wc_admin_note_actions table.

Detailed test instructions:

  1. Lower woocommerce_admin_version option value in wp_options table.
  2. Reload a WC Admin page to trigger the update function.
  3. Wait a few seconds for the scheduled action complete.
  4. Openwp_wc_admin_note_actions table and confirm is_primary column has been removed.
  5. Go to WooCommerce > Home
  6. Confirm notes are displayed properly and still actionable.