Skip to content

Commit

Permalink
Fixed migration filename and moved '20241708362079_move_vip_system_to…
Browse files Browse the repository at this point in the history
…_kv.lua' into new folder.
  • Loading branch information
elsongabriel committed Feb 20, 2024
1 parent d84c0c2 commit e3078db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local function migrateAchievementProgress(player)
player:addAchievementPoints(points)
end

local migration = Migration("20241708275600_move_achievement_to_kv")
local migration = Migration("20241708000535_move_achievement_to_kv")

function migration:onExecute()
self:forEachPlayer(migrateAchievementProgress)
Expand Down

0 comments on commit e3078db

Please sign in to comment.