refactor(db): extract Supabase migrations from release artifact
This commit is contained in:
parent
2ef37683cb
commit
7d9e518f86
20 changed files with 113 additions and 185 deletions
internal/webhook/v1alpha1
|
@ -83,5 +83,4 @@ var _ = Describe("APIGateway Webhook", func() {
|
|||
// Expect(validator.ValidateUpdate(ctx, oldObj, obj)).To(BeNil())
|
||||
// })
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
@ -83,5 +83,4 @@ var _ = Describe("Core Webhook", func() {
|
|||
// Expect(validator.ValidateUpdate(ctx, oldObj, obj)).To(BeNil())
|
||||
// })
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue