-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration tests #221
Migration tests #221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
}); | ||
const options = (direction, _count, _timestamp) => { | ||
const count = _count === undefined ? numMigrations : _count; | ||
const timestamp = _timestamp === undefined ? TIMESTAMP : _timestamp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why falling back to older node.js?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to still support node 4 as it is still in maintenance (until next month ... https://github.com/nodejs/Release#release-schedule)
2d4bac6
to
53974e8
Compare
* Table tests * Fixing script for node 4 * Fixes * More tests and fixes * More test - constraints * More test - indexes * More test - types * More test - roles * More test - functions * More test - triggers * More test - domains * Fixes, more test - sequence * More test - operators * More test - policies * Alter role test
* Table tests * Fixing script for node 4 * Fixes * More tests and fixes * More test - constraints * More test - indexes * More test - types * More test - roles * More test - functions * More test - triggers * More test - domains * Fixes, more test - sequence * More test - operators * More test - policies * Alter role test
No description provided.