Skip to content

Commit

Permalink
Docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Sep 11, 2015
1 parent 4e09b5c commit b89bfb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ DbUp supports a number of different databases, the platforms are also listed und

* Sql Server 2000, 2005, 2008, 2012, 2014, 2016
* Sql Azure
- >= .NET 3.5
- >= .NET 3.5
* SQLite
- >= .NET 3.5
- >= .NET 3.5
* SQLite.Mono (Same as above, but using Mono driver)
- .NET 4.0
- Coming soon: Xamarin, PCL and other targets
* SqlCe
- >= .NET 4.0
- >= .NET 4.0
* MySql
- >= .NET 3.5
- >= .NET 3.5
* PostgreSQL
- >= .NET 4.0
- >= .NET 4.0
* Firebird
- >= .NET 4.0
- >= .NET 4.0

If you would like to see a new database or a new target platform, please [submit a pull request](./contributing.md)
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var upgradeEngine = DeployChanges.To
```

You can:

* Get scripts which will be executed (`GetScriptsToExecute()`)
* Get already executed scripts (`GetExecutedScripts()`)
* Check if an upgrade is required (`IsUpgradeRequired()`)
Expand Down

0 comments on commit b89bfb6

Please sign in to comment.