Rochet2 / TrinityCore

Rochet2's stuff for TC
https://rochet2.github.io
89 stars 144 forks source link

[Objscale] Support only current version in migration #139

Closed Rochet2 closed 2 years ago

Rochet2 commented 2 years ago

With the old migrations the CI does not pass and new users will not get the needed changes. With this change the old migrations are removed and a new migration is created that passes CI. Once the current migration no longer works, it is removed and should be replaced by a new migration supporting the latest version.

The CI does not pass for this specific commit, because latest changes have not been merged to the branch by auto merge due to the migrations being faulty. Once this change is merged, the auto merge will succeed and update the code with latest changes from upstream TC. After that, the CI will succeed.