mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix(setup): steps 10 and 11 (#5987)
* fix(step10): count amount of wrong_events manually * fix(step11): create index for better performance
This commit is contained in:
1
cmd/setup/10/10_count_wrong_events.sql
Normal file
1
cmd/setup/10/10_count_wrong_events.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT COUNT(*) FROM wrong_events
|
1
cmd/setup/10/10_empty_table.sql
Normal file
1
cmd/setup/10/10_empty_table.sql
Normal file
@@ -0,0 +1 @@
|
||||
TRUNCATE wrong_events
|
@@ -1,5 +1,3 @@
|
||||
TRUNCATE wrong_events;
|
||||
|
||||
INSERT INTO wrong_events (
|
||||
SELECT * FROM (
|
||||
SELECT
|
||||
|
Reference in New Issue
Block a user