Skip to content

Commit

Permalink
Merge pull request #29 from minhhungit/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
minhhungit authored Nov 23, 2017
2 parents 1a37de0 + cc3e8e4 commit b5b2f1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
A new way, new rule to work with MSSQL database version use [fluent migrator](https://github.com/fluentmigrator/fluentmigrator)
- [https://minhhungit.github.io/DatabaseMigrateExt](https://minhhungit.github.io/DatabaseMigrateExt)

## Installation
### Installation
>Install-Package DatabaseMigrateExt

## Sample Project
### Sample Project

See [Sample Project](https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials) at [https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials](https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials)


## Config
### Config

```xml
<add key="mgr:DatabaseKeys" value="MovieStore, InventoryDb"/>
Expand All @@ -32,7 +32,7 @@ For example:
Of course, you also need a child folder for that database to store migration scripts in `Migrations` folder, like `InvenetoryDb` and `MovieStore` folders


## Migration Scripts
### Migration Scripts
***ExtMigration Attributes:***

Right now we just support these attributes:
Expand Down Expand Up @@ -71,7 +71,7 @@ You also can define author on attribute, like this:
[ExtMgrDataStructure("Hung Vo", 2017, 9, 22, 02, 08, 01)]
```

## Run
### Run
```csharp
using DatabaseMigrateExt;

Expand Down

0 comments on commit b5b2f1f

Please sign in to comment.