Skip to content

Commit 400a1e8

Browse files
committed
fix(e2e): add scale_target column to bootstrap SQL
The provisioning seed now selects scale_target from function_definitions. The E2E bootstrap SQL was missing this column, causing a query failure.
1 parent 96a63c5 commit 400a1e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/fixtures/provisioning-knative-bootstrap.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ CREATE TABLE constructive_compute_public.platform_function_definitions (
6868
concurrency INT DEFAULT 0,
6969
scale_min INT DEFAULT 0,
7070
scale_max INT DEFAULT 10,
71+
scale_target INT DEFAULT 0,
7172
timeout_seconds INT DEFAULT 300,
7273
resources JSONB DEFAULT '{}',
7374
namespace_id UUID REFERENCES metaschema_public.namespace(id)

0 commit comments

Comments
 (0)