13 lines
169 B
MySQL
13 lines
169 B
MySQL
|
-- Verify camper:location_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select company_id
|
||
|
, lang_tag
|
||
|
, directions
|
||
|
, opening_dates
|
||
|
from camper.location_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|