Allow WIP migrations.
Open
- Dominant language
- JavaScript
- Stars
- 271
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
While working on a new migration, it is annoying to have to drop and reapply a migration.
Proposed Solution: Consider migrations with `WIP` in their name, they will be applied, but **they won't be recorded to the migrations table**. This allows a single command `ley up` to reapply WIP migrations.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the migration application and migrations-table recording flow in the repository, then trace how `ley up` decides which migrations to run. Done means migrations with `WIP` in their names are applied but not recorded, so a later `ley up` reapplies them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100