Skip to content

Commit

Permalink
fix: remove last migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Dec 9, 2024
1 parent cc175fd commit 0721e4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data-otservbr-global/migrations/47.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
function onUpdateDatabase()
return false -- true = There are others migrations file | false = this is the last migration file
logger.info("Updating database to version 47 (fix: creature speed and conditions)")

db.query("ALTER TABLE `players` MODIFY `conditions` mediumblob NOT NULL;")
end

0 comments on commit 0721e4b

Please sign in to comment.