refactoring: cleanup and reformat
This commit is contained in:
@@ -59,7 +59,7 @@ data class Function(
|
||||
connection.inTransaction {
|
||||
up()
|
||||
down()
|
||||
it.sendQuery("ROLLBACK");
|
||||
it.sendQuery("ROLLBACK")
|
||||
}.join()
|
||||
|
||||
return Status.OK // TODO
|
||||
|
||||
Reference in New Issue
Block a user