camper/verify/season_i18n.sql

12 lines
137 B
MySQL
Raw Permalink Normal View History

-- Verify camper:season_i18n on pg
begin;
select season_id
, lang_tag
, name
from camper.season_i18n
where false;
rollback;