small refactor
This commit is contained in:
@@ -15,7 +15,9 @@ class ExposedPublishingKeysRepo(
|
||||
override val primaryKey: PrimaryKey = PrimaryKey(postIdColumn, triggerControlKeyColumn)
|
||||
|
||||
init {
|
||||
transaction(database) {
|
||||
newSuspendedTransaction(
|
||||
db = database
|
||||
) {
|
||||
SchemaUtils.createMissingTablesAndColumns(this@ExposedPublishingKeysRepo)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user