create missing invoices (#247)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
INSERT INTO invoices (inserted, order_id)
|
||||
(SELECT orders.inserted, orders.id FROM orders WHERE orders.id > 798717 and orders.payment_type = 'agreement' order by orders.id);
|
||||
Reference in New Issue
Block a user