Skip to content

Commit

Permalink
chore: serverIdを出力するログの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 28, 2024
1 parent aa7b87d commit 5b6d05b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class WorldLevelItemsMigrationVersionRepository[F[_]](serverId: String)(implicit
_ =>
F.delay {
DB.localTx { implicit session =>
println(s"serverId: $serverId")
sql"""
select version_string from seichiassist.item_migration_in_server_world_levels where server_id = $serverId
""".map { rs => rs.string("version_string") }
Expand Down

0 comments on commit 5b6d05b

Please sign in to comment.