Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-11 23:07:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
docs/9053-users-v2-beta-docs-for-list-users-by-metadata
zitadel/cmd/setup/52/check.sql

5 lines
118 B
MySQL
Raw Permalink Normal View History

fix(migration): check if ldap2 already exists (#9674) # Which Problems Are Solved With v2.71.0 the `idp_templates6_ldap3` projection was created but never filled, as it was a subtable. To fix this we altered the `idp_templates6_ldap3` to `idp_templates6_ldap2` with v2.71.5. This was unfortunately without a check that the `idp_templates_ldap2`was already existing, which resulted in an error in the setup step. # How the Problems Are Solved Add check if `idp_templates6_ldap2` is already existing, before renaming `idp_templates6_ldap3` -> `idp_templates6_ldap2`. # Additional Changes None # Additional Context Closes #9669
2025-03-31 12:06:40 +02:00
SELECT 1
FROM information_schema.tables
WHERE table_schema = 'projections'
AND table_name = 'idp_templates6_ldap2';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 258ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API