Skip to content

Commit 0cc7db4

Browse files
author
Dev Agent
committed
add create table knative_service_revision in runner
1 parent 34e72db commit 0cc7db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/store/database/in_mem_db.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func createTables(ctx context.Context, db *bun.DB) error {
3939
(*ImageBuilderWork)(nil),
4040
(*DeployLog)(nil),
4141
(*KnativeService)(nil),
42+
(*KnativeServiceRevision)(nil),
4243
}
4344
for _, table := range tables {
4445
_, err := db.NewCreateTable().Model(table).Exec(ctx)

0 commit comments

Comments
 (0)