zitadel/zitadel

[Bug]: There isn't any migration associated with the new table of privacy_policies4.

Opened this issue · 1 comments

Preflight Checklist

  • I could not find a solution in the documentation, the existing issues or discussions
  • I have joined the ZITADEL chat

Environment

Self-hosted

Version

v2.48.5

Database

None

Database Version

No response

Describe the problem caused by this bug

I used the older version where there is a "privacy_policies3" table, but this commit creates the new table "privacy_policies4," yet there isn't any associated migration for it.
15d5338: feat(cnsl): docs link can be customized and custom button is available (#7840)

To reproduce

  1. test the new version from an older version database
  2. run setup command
  3. run zitadel

Screenshots

No response

Expected behavior

No response

Operating System

No response

Relevant Configuration

No response

Additional Context

No response

Hi @mario-shang we do not migrate tables. Instead, we use an event store. Once a new projection is defined all events are "replayed" to build the new projection.

Is there any data missing in the new table?