mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
An explicit 0 argument to 'up' should error (like 'down 0' already does), not silently run all pending migrations. Change the guard from < 0 to < 1 to match 'down' behavior.