12 lines
154 B
MySQL
12 lines
154 B
MySQL
|
-- Verify numerus:quote_status_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_status
|
||
|
, lang_tag
|
||
|
, name
|
||
|
from numerus.quote_status_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|