Commit 2859b11
committed
feat: updated schema export from constructive-db (consolidated compute + platform_function_graph)
Schema consolidation:
- constructive-compute: function definitions, graph CRUD, invocations at all scopes
(platform/org/app), execution logs, secrets — in constructive_compute_public/private
- constructive-platform-function-graph: merkle data store with clean function names
(get_all, init_empty_repo, etc.) — in constructive_platform_function_graph_public/private
- constructive-compute-stubs: updated FK target stubs (services, infra, users)
Removed: constructive-compute-fbp (merged into constructive-compute)
Stripped: all RLS policies and grants (no security layer)1 parent 49682d5 commit 2859b11
2,214 files changed
Lines changed: 18761 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
- constructive-compute
- deploy/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- table
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- table
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- app_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- owner_id
- alterations
- task_identifier
- alterations
- constraints
- app_function_execution_logs_owner_id_fkey
- app_function_execution_logs_pkey
- indexes
- table
- app_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- owner_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints
- app_function_invocations_owner_id_fkey
- app_function_invocations_pkey
- indexes
- table
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- table
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- table
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- table
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- table
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- revert/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- table
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- table
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- app_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- owner_id
- alterations
- task_identifier
- alterations
- constraints
- app_function_execution_logs_owner_id_fkey
- app_function_execution_logs_pkey
- indexes
- table
- app_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- owner_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints
- app_function_invocations_owner_id_fkey
- app_function_invocations_pkey
- indexes
- table
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- table
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- table
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- table
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- table
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- verify/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- table
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- table
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- app_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- owner_id
- alterations
- task_identifier
- alterations
- constraints
- app_function_execution_logs_owner_id_fkey
- app_function_execution_logs_pkey
- indexes
- table
- app_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- owner_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints
- app_function_invocations_owner_id_fkey
- app_function_invocations_pkey
- indexes
- table
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- table
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- table
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- table
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- table
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- constructive-platform-function-graph
- deploy/schemas
- constructive_platform_function_graph_private
- procedures/object_hash_uuid
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- trigger_fns
- constructive_platform_function_graph_public
- procedures
- get_all
- get_node_at_path
- init_empty_repo
- insert_node_at_path
- set_data_at_path
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_commit
- alterations
- columns
- author_id
- alterations
- committer_id
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_function_graph_commits_pkey
- platform_function_graph_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_function_graph_objects_pkey
- triggers
- platform_function_graph_ref
- alterations
- columns
- commit_id
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_function_graph_refs_pkey
- platform_function_graph_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_function_graph_stores_pkey
- indexes
- revert/schemas
- constructive_platform_function_graph_private
- procedures/object_hash_uuid
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- trigger_fns
- constructive_platform_function_graph_public
- procedures
- get_all
- get_node_at_path
- init_empty_repo
- insert_node_at_path
- set_data_at_path
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_commit
- alterations
- columns
- author_id
- alterations
- committer_id
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_function_graph_commits_pkey
- platform_function_graph_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_function_graph_objects_pkey
- triggers
- platform_function_graph_ref
- alterations
- columns
- commit_id
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_function_graph_refs_pkey
- platform_function_graph_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_function_graph_stores_pkey
- indexes
- verify/schemas
- constructive_platform_function_graph_private
- procedures/object_hash_uuid
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- trigger_fns
- constructive_platform_function_graph_public
- procedures
- get_all
- get_node_at_path
- init_empty_repo
- insert_node_at_path
- set_data_at_path
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_function_graph_commit
- alterations
- columns
- author_id
- alterations
- committer_id
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_function_graph_commits_pkey
- platform_function_graph_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_function_graph_objects_pkey
- triggers
- platform_function_graph_ref
- alterations
- columns
- commit_id
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_function_graph_refs_pkey
- platform_function_graph_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_function_graph_stores_pkey
- indexes
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