Commits

schneems authored 8f7e99c4c30
We cannot `db:create` a database The `db:schema:load_if_ruby` calls `db:create` before loading the schema, which isn't possible against a Heroku database. Changed to single quote strings due to complaints from rubocop.