Skip to content

Commit e546507

Browse files
committed
Add DeletionRequest schema
1 parent 0baab5f commit e546507

29 files changed

+4849
-59
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ gen-enums: $(GO_ENUM)
125125
-f internal/enums/workflow_status.go \
126126
-f internal/enums/workflow_type.go \
127127
-f internal/storage/enums/aip_status.go \
128+
-f internal/storage/enums/deletion_request_status.go \
128129
-f internal/storage/enums/location_purpose.go \
129130
-f internal/storage/enums/location_source.go \
130131
-f internal/storage/enums/task_status.go \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package enums
2+
3+
/*
4+
ENUM(
5+
pending
6+
approved
7+
rejected
8+
)
9+
*/
10+
type DeletionRequestStatus string

internal/storage/enums/deletion_request_status_enum.go

+102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)