Blame view

migration/populateV3Country.sql 108 Bytes
1 2 3 4
tee populateV3Country.log

insert into Country (countryId, countryName)
	select ID_PAYS, LIB_PAYS from pays;