This commit is contained in:
@@ -25,7 +25,7 @@ import org.jetbrains.exposed.sql.Database
|
|||||||
|
|
||||||
fun Application.configureDatabase() {
|
fun Application.configureDatabase() {
|
||||||
// connect to a database
|
// connect to a database
|
||||||
Database.connect(/* ... */)
|
Database.connect(/* parameters */)
|
||||||
|
|
||||||
// install the plugin
|
// install the plugin
|
||||||
install(Migration) {
|
install(Migration) {
|
||||||
|
|||||||
Reference in New Issue
Block a user