refactor(db): extract Supabase migrations from release artifact

This commit is contained in:
Peter 2025-01-05 11:42:15 +01:00
parent 2ef37683cb
commit 7d9e518f86
Signed by: prskr
GPG key ID: F56BED6903BC5E37
20 changed files with 113 additions and 185 deletions

View file

@ -83,5 +83,4 @@ var _ = Describe("APIGateway Webhook", func() {
// Expect(validator.ValidateUpdate(ctx, oldObj, obj)).To(BeNil())
// })
})
})

View file

@ -83,5 +83,4 @@ var _ = Describe("Core Webhook", func() {
// Expect(validator.ValidateUpdate(ctx, oldObj, obj)).To(BeNil())
// })
})
})

View file

@ -104,6 +104,7 @@ func (v *CoreCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Ob
return warns, nil
}
//nolint:unparam // keep signature for later
func (v *CoreCustomValidator) validateDb(
ctx context.Context,
core *supabasev1alpha1.Core,