This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Hotfix v0.36.2: Fix contribution migrations
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.