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 33The original authors did an awesome job of making a library that has been really
44really useful AND stable. Thank you @rcatlin and @matthewfitz !
55
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
710============================
811
912The AntiMattr MongoDB Migration library provides managed migration support for MongoDB.
@@ -32,7 +35,7 @@ Similar to [Doctrine Migrations](https://github.com/doctrine/migrations), config
3235 * Connection configuration (php)
3336 * Migration configuration (xml or yaml)
3437
35- Example Connection configuration "test_antimattr_mongodb .php"
38+ Example Connection configuration "test \_ antimattr \_ mongodb .php"
3639
3740``` php
3841/**
@@ -52,7 +55,7 @@ return array(
5255
5356XML or YAML Migration Configurations are supported
5457
55- Example XML "test_antimattr_mongodb .xml"
58+ Example XML "test \_ antimattr \_ mongodb .xml"
5659
5760``` xml
5861<?xml version =" 1.0" encoding =" UTF-8" ?>
@@ -72,7 +75,7 @@ Example XML "test_antimattr_mongodb.xml"
7275</antimattr-migrations >
7376```
7477
75- Example YAML "test_antimattr_mongodb .yml"
78+ Example YAML "test \_ antimattr \_ mongodb .yml"
7679
7780``` yaml
7881---
You can’t perform that action at this time.
0 commit comments