14 lines
166 B
MySQL
14 lines
166 B
MySQL
|
-- Verify camper:amenity_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select amenity_id
|
||
|
, lang_tag
|
||
|
, name
|
||
|
, info1
|
||
|
, info2
|
||
|
from camper.amenity_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|