adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.02k stars 189 forks source link

feat(Migrator): add step option #1013

Closed MaximeMRF closed 3 months ago

MaximeMRF commented 3 months ago

❓ Type of change

📚 Description

As discuss in the pr #940 here is the step option for the migration rollback.

At the moment if you use step option with batch option too, the batch option will not work and only the effect of the step option will count. Another behavior is when you use a negative number it will rollback all migrations.

What's your opinion about theses behaviors ?

thetutlage commented 3 months ago

@MaximeMRF Can you please document it as well?

MaximeMRF commented 3 months ago

Yes i will do it