Skip to content

Commit

Permalink
Add comfy run flags field (#73)
Browse files Browse the repository at this point in the history
* Add comfy run flags field

* Regenerate.

* Fixed.

---------

Co-authored-by: Robin Huang <[email protected]>
  • Loading branch information
yoland68 and robinjhuang authored Jul 12, 2024
1 parent a62fbdc commit eb427bb
Show file tree
Hide file tree
Showing 15 changed files with 428 additions and 99 deletions.
191 changes: 99 additions & 92 deletions drip/api.gen.go

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion ent/ciworkflowresult.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ent/ciworkflowresult/ciworkflowresult.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions ent/ciworkflowresult/where.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions ent/ciworkflowresult_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions ent/ciworkflowresult_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ent/migrate/migrations/20240712001321_migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Modify "ci_workflow_results" table
ALTER TABLE "ci_workflow_results" ADD COLUMN "comfy_run_flags" text NULL;
3 changes: 2 additions & 1 deletion ent/migrate/migrations/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1:/6MppDti6yDG5EoAveVCQrEa+61SI7rr3XJxo9Wa9+8=
h1:pgh6GSexz56KIn8mQB7L61FtVDJP9QfFFwN6SMoqMwA=
20240526144817_migration.sql h1:sP6keX+oMyLL2qpIFx0Ns0WYfWM5hJ4zkFPmLWT68fM=
20240528220411_migration.sql h1:SR44sOEaWbDgYCKJZIKcGCI7Ta+LqL71z225Nhs2+HM=
20240528221846_migration.sql h1:EkUonGI9Bu689qWX4pG3PRC+On4f6u7UvwDbaR8mCNk=
Expand All @@ -15,3 +15,4 @@ h1:/6MppDti6yDG5EoAveVCQrEa+61SI7rr3XJxo9Wa9+8=
20240711020205_migration.sql h1:Ubcs7O+oFT6RC0uiWPIyZKRz3Iyfv6g8t3WDohrgla8=
20240711181827_migration.sql h1:X03aAvDOn41Sp66cN/Xr0mv9zm34cXHq18L9U4Y8ZkU=
20240711235600_migration.sql h1:vT82ssDcIMCHPQQdaJjqovKTXg6amMp5W+lz7ilIowY=
20240712001321_migration.sql h1:fK0ePEw3Xr82hRFD/634KLX2tmczgvbUE6KMVlT/4fc=
3 changes: 2 additions & 1 deletion ent/migrate/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb427bb

Please sign in to comment.