-
Notifications
You must be signed in to change notification settings - Fork 85
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: balmasi/migrate-mongoose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d48bfa485478a59930f10d66023ebe7d93f2eae
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: balmasi/migrate-mongoose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 76f67e31a4f4af9d067344c2245aafda5b6b6fcf
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 13 files changed
- 3 contributors
Commits on Mar 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b9098ef - Browse repository at this point
Copy the full SHA b9098efView commit details
Commits on Mar 28, 2017
-
Merge pull request #22 from miangraham/master
Fix reversed args to migrator.run() in programmatic usage README
Configuration menu - View commit details
-
Copy full SHA for 47e5919 - Browse repository at this point
Copy the full SHA 47e5919View commit details
Commits on Jun 22, 2017
-
Fix
migrate down
without a migration name`migrate down` without a migration name will rollback only the last migration. This is due to sort option on finding `untilMigration`: `sort({ createdAt: -1 })` works only for the 'up' direction. For 'down' direction we need to `sort({ createdAt: 1 })` because we need the first migration instead the last one.
shvetsovdm committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for a89d8df - Browse repository at this point
Copy the full SHA a89d8dfView commit details -
Fix typo in the lib run method
shvetsovdm committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 0788f57 - Browse repository at this point
Copy the full SHA 0788f57View commit details
Commits on Apr 9, 2019
-
Merge pull request #27 from shvetsovdm/master
Fix: `migrator.run('down')` without a migration name rollbacks only the last migration; Fix #26
Configuration menu - View commit details
-
Copy full SHA for e3707d1 - Browse repository at this point
Copy the full SHA e3707d1View commit details
Commits on Jul 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3ee337c - Browse repository at this point
Copy the full SHA 3ee337cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdc96d - Browse repository at this point
Copy the full SHA dcdc96dView commit details
Commits on Jul 7, 2019
-
feat: upgraded mongoose version to support new mongo connection types
feat: .env support
Configuration menu - View commit details
-
Copy full SHA for d84336d - Browse repository at this point
Copy the full SHA d84336dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f67e3 - Browse repository at this point
Copy the full SHA 76f67e3View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.