GitShow/tj/node-migrate
tj

node-migrate

Abstract migration framework for node

by tj
Star on GitHubForknpm

JavaScript

1.5k stars223 forks42 contributorsQuiet · 1y agoSince 2011MIT

Meet the team

See all 42 on GitHub →
wesleytodd
wesleytodd76 contributions
tj
tj52 contributions
joaosa
joaosa23 contributions
LinusU
LinusU14 contributions
kishorenc
kishorenc6 contributions
joshua-elminda
joshua-elminda4 contributions
ericsaboia
ericsaboia3 contributions
zebulonj
zebulonj3 contributions

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · Last activity 1y ago
See all on GitHub →
xfg
Migration down does not work correctlyOpenIssue

Hello. I created the test repo on which I am testing the current library. I run command and get next output Everything works as it should but now I run and get It is not right since the migration should have rolled back too based on this quote from the documentation Similarly you can run down-migrations up to (and including) a specific migration and if after it I run which was rolled back above I get That's very strange. And the last. If we have two branches and the migrations and were created and applied in first branch, and the migration was created in the other branch, which was created earlier than , then when the second branch merges with the first and call and then everything will break down and we won’t be able to roll back to any specific migration except .

xfg · 1y ago
Veetaha
How to debug migrations?OpenIssue

cli application spawns a new process where the migration is run. This means we cannot easily debug our migrations, since debugger only attaches to CLI process and doesn't step into child process. Could you please fix this? You can go without creating child processes or add a flag for debugging.

Veetaha · 1y ago
Tordek
Update Commander versionOpenPR

supports passing multiple files as an array, but the old version of does not support variadic parameters.

Tordek · 1y ago

Recent fixes

View closed PRs →
danielpza
refactor: modernize code using es6 classesMergedPR

Modernize code by replacing function constructors with modern ES6 classes See https://github.com/tj/node-migrate/pull/206/files?diff=unified&w=1 for a better diff of the PR

danielpza · 1y ago
danielpza
chore: update repository to point to correct github repositoryMergedPR

Fixes the repository url shown on npm to point to this repository !image

danielpza · 1y ago
Structured data for AI agents

Repository: tj/node-migrate. Description: Abstract migration framework for node Stars: 1549, Forks: 223. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Open PRs: 2, open issues: 21. Last activity: 1y ago. Community health: 42%. Top contributors: wesleytodd, tj, joaosa, LinusU, kishorenc, joshua-elminda, ericsaboia, zebulonj, limianwang, tmikeschu and others.

·@ofershap

Replace github.com with gitshow.dev