bump version to 1.1.0
This commit is contained in:
10
README.md
10
README.md
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.infendro:ktor-migration:1.0.2")
|
||||
implementation("com.infendro:ktor-migration:1.1.0")
|
||||
}
|
||||
```
|
||||
|
||||
@@ -25,12 +25,8 @@ import org.jetbrains.exposed.sql.Database
|
||||
|
||||
fun Application.configureDatabase() {
|
||||
// connect to a database
|
||||
Database.connect(
|
||||
url = <url>,
|
||||
user = <username>,
|
||||
password = <password>,
|
||||
)
|
||||
|
||||
Database.connect(/* ... */)
|
||||
|
||||
// install the plugin
|
||||
install(Migration) {
|
||||
// create a migration
|
||||
|
||||
Reference in New Issue
Block a user