fixup! fixup! fixup! fixup! fixup! fixup! fixup! Merge branch 'main' into fix_adding_org_same_id_twice

This commit is contained in:
Iraq Jaber
2025-07-03 10:06:40 +02:00
parent 5bc5e317d6
commit ff4d76c41b

View File

@@ -224,6 +224,7 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
logging.OnError(err).Fatal("unable to start projections") logging.OnError(err).Fatal("unable to start projections")
for _, step := range []migration.Migration{ for _, step := range []migration.Migration{
// steps.s61AddUIDniqueConstraintsForOrgs,
steps.s14NewEventsTable, steps.s14NewEventsTable,
steps.s40InitPushFunc, steps.s40InitPushFunc,
steps.s1ProjectionTable, steps.s1ProjectionTable,
@@ -267,7 +268,6 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
steps.s57CreateResourceCounts, steps.s57CreateResourceCounts,
steps.s58ReplaceLoginNames3View, steps.s58ReplaceLoginNames3View,
steps.s60GenerateSystemID, steps.s60GenerateSystemID,
steps.s61AddUIDniqueConstraintsForOrgs,
} { } {
setupErr = executeMigration(ctx, eventstoreClient, step, "migration failed") setupErr = executeMigration(ctx, eventstoreClient, step, "migration failed")
if setupErr != nil { if setupErr != nil {