Dan Harling

Results 2 issues of Dan Harling

https://github.com/aaronabramov/node-sql-migrations/issues/29

The statement `select * from __migrations__;` from [pg.js](https://github.com/aaronabramov/node-sql-migrations/blob/4cede144f8a1813c451f500b38084bf91391fc5a/adapters/pg.js#L27) does not return the migrations in the correct order as no order is specified in the postgres command meaning that the results...