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

Migrate command broken #8

Merged
merged 5 commits into from Dec 4, 2011
Merged

Migrate command broken #8

merged 5 commits into from Dec 4, 2011

Conversation

kishorenc
Copy link
Contributor

A small code change during merging caused migrate command to be broken. Tested everything again. Also fixed the docs.

@@ -225,8 +225,8 @@ function performMigration(direction, migrationName) {
});

var migrationPath = migrationName
? migrationName
: join('migrations', migrationName);
? join('migrations/', migrationName)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for the trailing /, for windows support we should use join()

@kishorenc
Copy link
Contributor Author

Removed the trailing slash.

@tj
Copy link
Owner

tj commented Dec 3, 2011

crap, your changes must be conflicting with mine, can you rebase?

@kishorenc
Copy link
Contributor Author

Done. Rebased and pushed.

tj added a commit that referenced this pull request Dec 4, 2011
@tj tj merged commit cb34694 into tj:master Dec 4, 2011
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.

None yet

2 participants