sebastian-heinz / Arrowgene.DragonsDogmaOnline

Server for Dragons Dogma Online
GNU Affero General Public License v3.0
161 stars 52 forks source link

Implement database versioning and migrations #368

Closed pacampbell closed 1 month ago

pacampbell commented 1 month ago

Added support for fluentmigrator and translated the project schema file into a migration file. Added support for SQLite, MariaDB and Postgres. When the server first runs, it will check to see if any migrations are required and applies them.

Added a new command 'dbmigration' to the cli tool. This can be used to downgrade or upgrade the database without directly starting the server.

Attempts to address #93 and #102.

Checklist:

pacampbell commented 1 month ago

Closing this PR and deferring to #369