How to execute .sql file script in Phoenix?

I executed a pg dump of my existing database to get it’s schema. I would like to run this .sql script against whatever Postgresql database defined in my test.exs file.

How can I do that with Phoenix and Ecto?