1/ Either call out that this line won't work on heroku: ``` CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql; ``` 2/ Create a workaround (`plpgsql` is enabled by default on postgres 9.3, which is the version running on heroku).