Open-SGF / gooddads

4 stars 13 forks source link

fix: update migration order to respect deps #72

Closed abem93 closed 3 months ago

abem93 commented 3 months ago

This PR fixes issues with the current migrations. There are migrations that depend on certain tables existing but the migrations that create those tables come after. This updates the order of migrations to create dependent tables first