Skip to content
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

Merged
merged 15 commits into from
Mar 23, 2018
Merged

Migration tests #221

merged 15 commits into from
Mar 23, 2018

Conversation

dolezel
Copy link
Contributor

@dolezel dolezel commented Mar 22, 2018

No description provided.

Copy link

@roman-kaspar roman-kaspar left a 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;

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?

Copy link
Contributor Author

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)

@dolezel dolezel merged commit 99d72f3 into 3.0 Mar 23, 2018
@dolezel dolezel deleted the migration_tests branch March 23, 2018 10:07
dolezel added a commit that referenced this pull request Mar 23, 2018
* 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
dolezel added a commit that referenced this pull request Mar 23, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants