12 lines
160 B
MySQL
12 lines
160 B
MySQL
|
-- Verify numerus:invoice_status_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select invoice_status
|
||
|
, lang_tag
|
||
|
, name
|
||
|
from numerus.invoice_status_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|