tenseleyflow/shithub / 3bed5bd

Browse files

sqlc: regenerate models for WorkflowCache struct

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
3bed5bdb72baecd43c6a127138ca0d3c169ada7f
Parents
da62c4c
Tree
83361b6

14 changed files

StatusFile+-
M internal/admin/sqlc/models.go 12 0
M internal/billing/sqlc/models.go 12 0
M internal/checks/sqlc/models.go 12 0
M internal/issues/sqlc/models.go 12 0
M internal/meta/sqlc/models.go 12 0
M internal/notif/sqlc/models.go 12 0
M internal/orgs/sqlc/models.go 12 0
M internal/pulls/sqlc/models.go 12 0
M internal/ratelimit/sqlc/models.go 12 0
M internal/repos/sqlc/models.go 12 0
M internal/social/sqlc/models.go 12 0
M internal/users/sqlc/models.go 12 0
M internal/webhook/sqlc/models.go 12 0
M internal/worker/sqlc/models.go 12 0
internal/admin/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/billing/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/checks/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/issues/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/meta/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/notif/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/orgs/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/pulls/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/ratelimit/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/repos/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/social/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/users/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/webhook/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string
internal/worker/sqlc/models.gomodified
@@ -2682,6 +2682,18 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowCach struct {
2686
+	ID             int64
2687
+	RepoID         int64
2688
+	CacheKey       string
2689
+	CacheVersion   string
2690
+	GitRef         string
2691
+	ObjectKey      string
2692
+	SizeBytes      int64
2693
+	LastAccessedAt pgtype.Timestamptz
2694
+	CreatedAt      pgtype.Timestamptz
2695
+}
2696
+
26852697
 type WorkflowDisabled struct {
26862698
 	RepoID           int64
26872699
 	WorkflowFile     string