Commit b037afa
committed
feat: add constructive-compute-stubs — schema-only DDL for FK resolution
19 tables across 4 schemas (services_public, constructive_users_public,
constructive_infra_public, constructive_infra_private) with structural DDL
only — zero policies, grants, triggers, procedures, or views.
Auth, memberships, permissions, and security tables are excluded upstream
via the category system (excludeCategories: ['security', 'permissions',
'auth', 'memberships']).1 parent 07638e2 commit b037afa
398 files changed
Lines changed: 3139 additions & 0 deletions
File tree
- database/constructive-compute-stubs
- deploy/schemas
- constructive_infra_private
- constructive_infra_public
- tables
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- table
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- constructive_users_public
- tables
- role_types
- alterations
- columns
- id
- alterations
- name
- alterations
- constraints
- role_types_name_key
- role_types_pkey
- users
- alterations
- columns
- created_at
- alterations
- display_name
- alterations
- id
- alterations
- profile_picture
- search_tsv
- type
- alterations
- updated_at
- alterations
- username
- alterations
- constraints
- users_pkey
- users_type_fkey
- users_username_key
- indexes
- services_public
- tables
- api_modules
- api_schemas
- api_settings
- apis
- apps
- cors_settings
- database_settings
- domains
- pubkey_settings
- rls_settings
- site_metadata
- site_modules
- site_themes
- sites
- webauthn_settings
- revert/schemas
- constructive_infra_private
- constructive_infra_public
- tables
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- table
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- constructive_users_public
- tables
- role_types
- alterations
- columns
- id
- alterations
- name
- alterations
- constraints
- role_types_name_key
- role_types_pkey
- users
- alterations
- columns
- created_at
- alterations
- display_name
- alterations
- id
- alterations
- profile_picture
- search_tsv
- type
- alterations
- updated_at
- alterations
- username
- alterations
- constraints
- users_pkey
- users_type_fkey
- users_username_key
- indexes
- services_public
- tables
- api_modules
- api_schemas
- api_settings
- apis
- apps
- cors_settings
- database_settings
- domains
- pubkey_settings
- rls_settings
- site_metadata
- site_modules
- site_themes
- sites
- webauthn_settings
- verify/schemas
- constructive_infra_private
- constructive_infra_public
- tables
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- table
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- constructive_users_public
- tables
- role_types
- alterations
- columns
- id
- alterations
- name
- alterations
- constraints
- role_types_name_key
- role_types_pkey
- users
- alterations
- columns
- created_at
- alterations
- display_name
- alterations
- id
- alterations
- profile_picture
- search_tsv
- type
- alterations
- updated_at
- alterations
- username
- alterations
- constraints
- users_pkey
- users_type_fkey
- users_username_key
- indexes
- services_public
- tables
- api_modules
- api_schemas
- api_settings
- apis
- apps
- cors_settings
- database_settings
- domains
- pubkey_settings
- rls_settings
- site_metadata
- site_modules
- site_themes
- sites
- webauthn_settings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments