You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-59Lines changed: 55 additions & 59 deletions
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,49 @@
1
-
:warning: Forked from [antimattr/mongodb-migrations](https://github.com/antimattr/mongodb-migrations) for contributors as the original project isn't being maintained. See [issue 16](https://github.com/antimattr/mongodb-migrations/issues/16)
2
-
3
-
The original authors did an awesome job of making a library that has been really
4
-
really useful AND stable. Thank you @rcatlin and @matthewfitz !
The MongoDB Migration library provides managed migration support for MongoDB. It was moved to the doesntmattr organisation from [antimattr/mongodb-migrations](https://github.com/antimattr/mongodb-migrations) to continue maintenance (See [issue 16](https://github.com/antimattr/mongodb-migrations/issues/16)).
10
+
11
+
The original authors are @rcatlin and @matthewfitz
12
+
13
+
It follows the structure and features provided by [Doctrine Migrations](https://github.com/doctrine/migrations).
14
14
15
-
The AntiMattr MongoDB Migration library provides managed migration support for MongoDB.
15
+
## PHP Version Support
16
16
17
-
Are you familiar with [Doctrine Migrations](https://github.com/doctrine/migrations)?
17
+
If you require php 5.6 support use version `^1.0`. Version `^2.0` requires at least php 7.1. The `1.x` releases will only receive bug fixes.
18
18
19
-
This library intentionally parallels the structure and features provided.
19
+
## Symfony Bundle
20
20
21
-
Installation
22
-
============
21
+
There is a Symfony Bundle you can install to more easily integrate with Symfony. Use the installation instructions there:
@@ -253,25 +253,26 @@ WARNING! You are about to execute a database migration that could result in data
253
253
++ migrated (0.02s)
254
254
```
255
255
256
-
Features - Version Up or Down
257
-
-----------------------------
256
+
If you need to run a migration again, you can use the `--replay` argument.
257
+
258
+
259
+
### Version Up or Down
258
260
259
261
Is your migration history out of sync for some reason? You can manually add or remove a record from the history without running the underlying migration.
0 commit comments