1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-18 13:57:32 +00:00

4 Commits

Author SHA1 Message Date
Christoph Daniel Miksche
0175076dfc
fix(database): create column only if not exists ()
The statements caused an error for me because the columns were already existing.
2022-12-02 10:48:39 +00:00
Christoph Daniel Miksche
069b3570f5
fix(database): create index only if not exists ()
The statements caused an error for me because the indexes were already existing.

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2022-12-01 07:25:14 +00:00
Livio Spring
6a1a907874
fix: change index names to work with postgres () 2022-11-23 11:25:49 +00:00
Livio Spring
29441ce4b6
feat: save last occurrence of failed events and fix instance filtering ()
* fix: filter failed events and current sequence correctly

* fix failed events sorting column

* feat: save last occurrence of failed event

* fix failedEvents query and update sql statements

* change sql statement to only create index

* fix linting

* fix linting

* Update internal/query/failed_events.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* update job name on test-docs to match the one from test-code

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2022-11-18 13:49:38 +01:00