cgwire / zou

Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
166 stars 103 forks source link

bugfix order of migrations #825

Closed scottmcdonnell closed 2 months ago

scottmcdonnell commented 2 months ago

Problem 2 PRs with migrations have the same down_revision

Solution update the down_revision so the migrations will upgrade correctly.

EvanBldy commented 2 months ago

Hi @scottmcdonnell, I already have fixed that in this PR : https://github.com/cgwire/zou/pull/826 So I will close this PR, thanks anyway :)