Skip to content

Commit

Permalink
reset bis links for empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
arcan1s committed Jun 23, 2022
1 parent cb99486 commit a4ab1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update players set bis_link = null where bis_link = '';
1 change: 1 addition & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
</logger>
<logger name="org.flywaydb.core.internal" level="INFO" />
<logger name="com.zaxxer.hikari.pool" level="INFO" />
<logger name="io.swagger" level="INFO" />

</configuration>

0 comments on commit a4ab1e4

Please sign in to comment.