Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Mar 27, 2018
1 parent da505d0 commit 6e5bf05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/CreateDatabaseFolder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace <any namespace name>
}
}
```
see [example](CSharpMirationStep/)
see [example](../CSharpMirationStep/)

#### Script`s execution order
1. all script`s files in the root folder, sorted alphabetically
Expand Down
2 changes: 1 addition & 1 deletion Examples/MigrationStepsFolder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace <any namespace name>
}
}
```
see [example](CSharpMirationStep/)
see [example](../CSharpMirationStep/)

#### Predefined variables
|Name|Description|
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Exit codes
- *.sql* a text file with Sql Server scripts
- *.dll* or *.exe* an .NET assembly with following script implementation, see [an example](Examples/CSharpMirationStep)

#### Variables .sql scripts
#### Variables in .sql scripts
Any entry like *{{VariableName}}* is interpreted as variable and has to be changed (text replacement) with active value before script execution. The name is case insensitive.
Non defined value of a variable leads to and error and stops migration execution.

Expand Down

0 comments on commit 6e5bf05

Please sign in to comment.