Skip to content

Commit

Permalink
Update 43.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Jan 26, 2024
1 parent 33cc0d3 commit 805991b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data-otservbr-global/migrations/43.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ function onUpdateDatabase()

db.query([[
ALTER TABLE `guild_wars`
ADD `frags` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
ADD `payment` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
ADD `frags_limit` smallint(4) UNSIGNED NOT NULL DEFAULT '0',
ADD `payment` bigint(13) UNSIGNED NOT NULL DEFAULT '0',
ADD `duration_days` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'
]])

return true
Expand Down

0 comments on commit 805991b

Please sign in to comment.