php-mongo-migrator icon indicating copy to clipboard operation
php-mongo-migrator copied to clipboard

Migrations of MongoDB. Part of @PHPMongoKit

Results 5 php-mongo-migrator issues
Sort by recently updated
recently updated
newest added

API to get latest release assets: https://api.github.com/repos/sokil/php-mongo-migrator/releases/latest 1) Add bash installer 2) Update manual: #### Install phar Run in shell: ``` wget http://phpmongokit.github.io/dists/mongo-migrator.phar && chmod +x mongo-migrator.phar && sudo mv...

Is there a way to reset all the migrations created in the database? The readme says that is possible to rollback to a specific version, but what I wouldm like...

print version of phar in cli

- User1 create migration 111111_mogration1 - User2 create migration 222222_mogration2 - User2 apply migration 222222_mogration2 - Can user User1 still apply it's migration?