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