- Add 'force' command to record the unapplied migrations from the filesystem in the migrations table, but without actually applying them.
- Enable Postgres migrations to acquire an advisory lock to ensure they will execute a single migration run at a time.
- Add support for projects
- Add darwin as a build target
- Initial fork from amacneil/dbmate