diff --git a/migrations/000.357.sql b/migrations/000.357.sql new file mode 100644 index 0000000..6404948 --- /dev/null +++ b/migrations/000.357.sql @@ -0,0 +1 @@ +UPDATE orders SET payment_type = 'none' WHERE order_sum <= 0 AND payment_type IS NULL;