Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Fixes issues with migration from V2 #365

Closed sarhatabaot closed 1 week ago

sarhatabaot commented 2 weeks ago

Fixes #364

Table Prefix

Changed configuration to improve readability:

Note about migration from v5 ->

I had an issue while implementing this, since we added some migrations prior to v4. Flyway community doesn't support this functionality, so we're actually dropping the table, and then running migrations from version 5 (not including) onwards. So v6.0, v6.1 etc

Tests