Added refund_amount to products lookup as it needs to be reported on product level.

This commit is contained in:
Peter Fabian 2019-01-02 11:33:05 +01:00
parent 1931f3bf48
commit a9a0ccd185
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ class WC_Admin_Api_Init {
tax_amount double DEFAULT 0 NOT NULL,
shipping_amount double DEFAULT 0 NOT NULL,
shipping_tax_amount double DEFAULT 0 NOT NULL,
refund_amount double DEFAULT 0 NOT NULL,
PRIMARY KEY (order_item_id),
KEY order_id (order_id),
KEY product_id (product_id),