11 lines
153 B
MySQL
11 lines
153 B
MySQL
|
-- Verify numerus:quote_payment_method on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_id
|
||
|
, payment_method_id
|
||
|
from numerus.quote_payment_method
|
||
|
where false;
|
||
|
|
||
|
rollback;
|