tenseleyflow/shithub / c6a11de

Browse files

sqlc: regenerate models for WorkflowDisabled struct

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
c6a11de00ee164663b2b449aba8022325c77b995
Parents
42139e1
Tree
c9a93fd

14 changed files

StatusFile+-
M internal/admin/sqlc/models.go 7 0
M internal/billing/sqlc/models.go 7 0
M internal/checks/sqlc/models.go 7 0
M internal/issues/sqlc/models.go 7 0
M internal/meta/sqlc/models.go 7 0
M internal/notif/sqlc/models.go 7 0
M internal/orgs/sqlc/models.go 7 0
M internal/pulls/sqlc/models.go 7 0
M internal/ratelimit/sqlc/models.go 7 0
M internal/repos/sqlc/models.go 7 0
M internal/social/sqlc/models.go 7 0
M internal/users/sqlc/models.go 7 0
M internal/webhook/sqlc/models.go 7 0
M internal/worker/sqlc/models.go 7 0
internal/admin/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/billing/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/checks/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/issues/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/meta/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/notif/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/orgs/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/pulls/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/ratelimit/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/repos/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/social/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/users/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/webhook/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64
internal/worker/sqlc/models.gomodified
@@ -2682,6 +2682,13 @@ type WorkflowArtifact struct {
26822682
 	CreatedAt pgtype.Timestamptz
26832683
 }
26842684
 
2685
+type WorkflowDisabled struct {
2686
+	RepoID           int64
2687
+	WorkflowFile     string
2688
+	DisabledByUserID pgtype.Int8
2689
+	DisabledAt       pgtype.Timestamptz
2690
+}
2691
+
26852692
 type WorkflowJob struct {
26862693
 	ID              int64
26872694
 	RunID           int64