Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent e0bc1c2 commit 0673f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-otservbr-global/migrations/46.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ function onUpdateDatabase()
]])

local success = db.query("ALTER TABLE forge_history ADD UNIQUE KEY unique_done_at (done_at);")

if not success then
logger.error("Failed to add unique key to 'done_at'.")
return false
end

return true
end

0 comments on commit 0673f4d

Please sign in to comment.