Skip to content

Commit b9242fc

Browse files
committed
fix: remove constructive-compute-stubs, fix pgpm deploy ordering
- Remove constructive-compute-stubs directory (has metaschema_public deps that don't exist in standalone mode) - Strip constructive-compute-stubs from .control requires in both constructive-compute and constructive-platform-function-graph - Strip partman entries from constructive-compute pgpm.plan (reference metaschema_public.partition which doesn't exist standalone) - Strip metaschema_public.partition INSERTs from compiled SQL - Fix module deploy order: graph before compute (compute depends on graph) in scripts/up.sh and functions-test connections.ts - Restore Dan's pgpm.plan from 3573c0f as base, append only new column entries for inputs/outputs/props/volatile/icon/category
1 parent 9d19c5e commit b9242fc

405 files changed

Lines changed: 232 additions & 3784 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/functions-test/src/connections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const SCHEMA_MODULES = [
1919
'constructive-objects',
2020
'constructive-storage',
2121
'constructive-store',
22-
'constructive-compute',
2322
'constructive-platform-function-graph',
23+
'constructive-compute',
2424
];
2525

2626
/**

pgpm/constructive-compute-stubs/.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

pgpm/constructive-compute-stubs/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

pgpm/constructive-compute-stubs/constructive-compute-stubs.control

Lines changed: 0 additions & 5 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_private/schema.sql

Lines changed: 0 additions & 8 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_public/schema.sql

Lines changed: 0 additions & 8 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_public/tables/platform_namespace_events/alterations/alt0000001918.sql

Lines changed: 0 additions & 10 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_public/tables/platform_namespace_events/alterations/alt0000001919.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_public/tables/platform_namespace_events/columns/actor_id/alterations/alt0000001928.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

pgpm/constructive-compute-stubs/deploy/schemas/constructive_infra_public/tables/platform_namespace_events/columns/actor_id/column.sql

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)