otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.55k stars 1.04k forks source link

Fix default database version #4737

Closed ranisalt closed 1 month ago

ranisalt commented 1 month ago

Pull Request Prelude

Changes Proposed

After #4709 the version should have been bumped in schema.sql. Since it creates the table only if it does not exist, it just bumps the version on the first start, but that can also be skipped to avoid confusion.