12 lines
144 B
MySQL
12 lines
144 B
MySQL
|
-- Verify numerus:country_i18n on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select country_code
|
||
|
, lang_tag
|
||
|
, name
|
||
|
from numerus.country_i18n
|
||
|
where false;
|
||
|
|
||
|
rollback;
|