Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Hotfix v0.36.2: Fix contribution migrations

Compare
Choose a tag to compare
@FinnWoelm FinnWoelm released this 18 Feb 09:53
· 24 commits to master since this release

Fixes:

  • Use #update to #update_column in new migrations to avoid validations. Otherwise, the validations will fail because some of the columns that are are referenced by the validations will only be added in later migrations.