12 lines
164 B
MySQL
12 lines
164 B
MySQL
|
-- Verify camper:amenity_feature_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select amenity_feature_id
|
||
|
, lang_tag
|
||
|
, name
|
||
|
from camper.amenity_feature_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|