Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Release 1.25.5 (2019-02-01)

Compare
Choose a tag to compare
@mavilein mavilein released this 01 Feb 14:20
· 3813 commits to master since this release
821a92d

Fixes

  • The generated GraphQL schema was invalidated before the migration was actually applied. This validation used to happen when the migration was scheduled. This could lead to stale schemas in case of larger migrations. #3970
  • Renaming a type that has scalar list fields resulted in the underlying db table for the list field being moved instead of being renamed.
    #3952