File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
The original authors did an awesome job of making a library that has been really
4
4
really useful AND stable. Thank you @rcatlin and @matthewfitz !
5
5
6
- antimattr-mongodb-migrations
6
+ [ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg )] ( http://opensource.org/licenses/MIT )
7
+ [ ![ Build Status] ( https://travis-ci.org/doesntmattr/mongodb-migrations.png?branch=master )] ( https://travis-ci.org/doesntmattr/mongodb-migrations )
8
+
9
+ AntiMattr MongoDB Migrations
7
10
============================
8
11
9
12
The AntiMattr MongoDB Migration library provides managed migration support for MongoDB.
@@ -32,7 +35,7 @@ Similar to [Doctrine Migrations](https://github.com/doctrine/migrations), config
32
35
* Connection configuration (php)
33
36
* Migration configuration (xml or yaml)
34
37
35
- Example Connection configuration "test_antimattr_mongodb .php"
38
+ Example Connection configuration "test \_ antimattr \_ mongodb .php"
36
39
37
40
``` php
38
41
/**
@@ -52,7 +55,7 @@ return array(
52
55
53
56
XML or YAML Migration Configurations are supported
54
57
55
- Example XML "test_antimattr_mongodb .xml"
58
+ Example XML "test \_ antimattr \_ mongodb .xml"
56
59
57
60
``` xml
58
61
<?xml version =" 1.0" encoding =" UTF-8" ?>
@@ -72,7 +75,7 @@ Example XML "test_antimattr_mongodb.xml"
72
75
</antimattr-migrations >
73
76
```
74
77
75
- Example YAML "test_antimattr_mongodb .yml"
78
+ Example YAML "test \_ antimattr \_ mongodb .yml"
76
79
77
80
``` yaml
78
81
---
You can’t perform that action at this time.
0 commit comments