Commit 92b27d2
committed
feat: add constructive-compute-stubs — schema-only DDL for user/auth/infra/membership tables
Structural DDL (CREATE TABLE, ALTER TABLE ADD COLUMN, constraints, indexes)
with zero behavioral code (no policies, grants, triggers, procedures, views).
8 schemas, 50 tables:
- services_public (15): apps, apis, api_modules, api_schemas, api_settings, etc.
- constructive_users_public (2): users, role_types
- constructive_auth_private (8): sessions, session_credentials, identity_providers, etc.
- constructive_memberships_public (20): app_memberships, org_memberships, membership_types, etc.
- constructive_memberships_private (3): SPRTs (structural only)
- constructive_infra_public (2): platform_namespaces, platform_namespace_events
- constructive_auth_public, constructive_infra_private: schema-only
Generated by constructive-db slicer with stubMode=true.1 parent 8f4d30e commit 92b27d2
4,186 files changed
Lines changed: 33592 additions & 0 deletions
File tree
- database/constructive-compute-stubs
- deploy/schemas
- constructive_auth_private
- tables
- app_settings_auth
- alterations
- columns
- allow_anonymous_sessions
- alterations
- allow_api_keys
- alterations
- allow_backup_codes
- alterations
- allow_cross_origin_token
- alterations
- allow_email_mfa
- alterations
- allow_email_otp_sign_in
- alterations
- allow_identity_sign_in
- alterations
- allow_identity_sign_up
- alterations
- allow_magic_link_sign_in
- alterations
- allow_magic_link_sign_up
- alterations
- allow_multiple_sessions
- alterations
- allow_password_sign_in
- alterations
- allow_password_sign_up
- alterations
- allow_sign_up
- alterations
- allow_sms_mfa
- alterations
- allow_sms_sign_in
- alterations
- allow_sms_sign_up
- alterations
- allow_totp_mfa
- alterations
- allow_webauthn_sign_in
- alterations
- allow_webauthn_sign_up
- alterations
- allow_webauthn_usernameless
- alterations
- allowed_auth_methods
- alterations
- allowed_origins
- alterations
- api_key_default_duration
- alterations
- api_key_max_duration
- alterations
- api_key_max_per_user
- alterations
- captcha_site_key
- alterations
- cookie_domain
- alterations
- cookie_httponly
- alterations
- cookie_max_age
- alterations
- cookie_path
- alterations
- cookie_samesite
- alterations
- cookie_secure
- alterations
- created_at
- alterations
- default_credential_duration
- alterations
- default_fingerprint_mode
- alterations
- default_session_duration
- alterations
- enable_captcha
- alterations
- enable_cookie_auth
- alterations
- enforce_primary_auth_method
- alterations
- identity_providers_max
- alterations
- id
- alterations
- max_sessions_per_user
- alterations
- mfa_challenge_expiry
- alterations
- min_password_length
- alterations
- oauth_error_redirect_path
- alterations
- oauth_require_verified_email
- alterations
- oauth_state_max_age
- alterations
- remember_me_duration
- alterations
- require_csrf_for_auth
- alterations
- require_mfa
- alterations
- session_idle_timeout
- alterations
- step_up_window
- alterations
- updated_at
- alterations
- constraints/app_settings_auths_pkey
- indexes
- app_settings_rate_limit
- alterations
- columns
- created_at
- alterations
- email_cooldown_period
- alterations
- id
- alterations
- ip_lockout_duration
- alterations
- ip_max_attempts
- alterations
- ip_rate_limit_window
- alterations
- ip_ua_max_attempts
- alterations
- login_lockout_duration
- alterations
- login_max_attempts
- alterations
- updated_at
- alterations
- user_lockout_duration
- alterations
- user_max_attempts
- alterations
- user_rate_limit_window
- alterations
- constraints/app_settings_rate_limits_pkey
- indexes
- auth_ip_rate_limits
- alterations
- columns
- action
- alterations
- attempts
- alterations
- created_at
- alterations
- first_attempt_at
- alterations
- id
- alterations
- ip_address
- alterations
- locked_until
- alterations
- ua_hash
- alterations
- updated_at
- alterations
- constraints
- auth_ip_rate_limits_ip_address_ua_hash_action_key
- auth_ip_rate_limits_pkey
- indexes
- auth_rate_limits
- alterations
- columns
- action
- alterations
- attempts
- alterations
- created_at
- alterations
- first_attempt_at
- alterations
- id
- alterations
- last_attempt_at
- alterations
- locked_until
- alterations
- subject_id
- alterations
- updated_at
- alterations
- constraints
- auth_rate_limits_pkey
- auth_rate_limits_subject_id_action_key
- indexes
- identity_providers
- alterations
- columns
- acceptable_client_ids
- alterations
- allow_link_by_email
- alterations
- authorization_url
- alterations
- client_id
- alterations
- client_secret_id
- alterations
- created_at
- alterations
- discovery_doc
- alterations
- discovery_url_override
- alterations
- display_name
- alterations
- email_optional
- alterations
- enabled
- alterations
- extra_authorization_params
- alterations
- id
- alterations
- is_built_in
- alterations
- issuer_url
- alterations
- jwks_fetched_at
- alterations
- jwks
- alterations
- kind
- alterations
- pkce_enabled
- alterations
- scopes
- alterations
- skip_nonce_check
- alterations
- slug
- alterations
- token_url
- alterations
- updated_at
- alterations
- userinfo_url
- alterations
- constraints
- identity_providers_pkey
- identity_providers_slug_key
- indexes
- session_credentials
- alterations
- columns
- access_level
- alterations
- created_at
- alterations
- expires_at
- alterations
- id
- alterations
- key_id
- alterations
- kind
- alterations
- last_used_at
- alterations
- mfa_level
- alterations
- name
- alterations
- org_id
- alterations
- ot_token
- alterations
- revoked_at
- alterations
- secret_hash
- alterations
- session_id
- alterations
- updated_at
- alterations
- constraints
- session_credentials_key_id_key
- session_credentials_ot_token_key
- session_credentials_pkey
- session_credentials_secret_hash_key
- indexes
- session_secrets
- alterations
- columns
- created_at
- alterations
- expires_at
- alterations
- id
- alterations
- name
- alterations
- session_id
- alterations
- updated_at
- alterations
- value
- alterations
- constraints
- session_secrets_pkey
- session_secrets_session_id_fkey
- session_secrets_session_id_name_key
- indexes
- sessions
- alterations
- columns
- auth_method
- alterations
- created_at
- alterations
- csrf_secret
- alterations
- expires_at
- alterations
- fingerprint_mode
- alterations
- id
- alterations
- ip
- alterations
- is_anonymous
- alterations
- last_mfa_verified
- alterations
- last_password_verified
- alterations
- origin
- alterations
- revoked_at
- alterations
- uagent
- alterations
- updated_at
- alterations
- user_id
- alterations
- constraints/sessions_pkey
- indexes
- constructive_auth_public
- 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_memberships_private
- tables
- app_memberships_sprt
- alterations
- columns
- actor_id
- alterations
- is_admin
- alterations
- is_owner
- alterations
- permissions
- alterations
- indexes
- org_hierarchy_sprts
- alterations
- columns
- ancestor_id
- alterations
- depth
- alterations
- descendant_id
- alterations
- entity_id
- alterations
- constraints/org_hierarchy_sprts_pkey
- indexes
- org_memberships_sprt
- alterations
- columns
- actor_id
- alterations
- entity_id
- alterations
- is_admin
- alterations
- is_owner
- alterations
- is_read_only
- alterations
- permissions
- alterations
- indexes
- constructive_memberships_public
- tables
- app_admin_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- app_admin_grants_actor_id_fkey
- app_admin_grants_grantor_id_fkey
- app_admin_grants_pkey
- indexes
- app_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permissions
- alterations
- updated_at
- alterations
- constraints
- app_grants_actor_id_fkey
- app_grants_grantor_id_fkey
- app_grants_pkey
- indexes
- app_membership_defaults
- alterations
- columns
- created_at
- alterations
- created_by
- id
- alterations
- is_approved
- alterations
- is_verified
- alterations
- updated_at
- alterations
- updated_by
- constraints/app_membership_defaults_pkey
- indexes
- app_memberships
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- created_by
- granted
- alterations
- id
- alterations
- is_active
- alterations
- is_admin
- alterations
- is_approved
- alterations
- is_banned
- alterations
- is_disabled
- alterations
- is_owner
- alterations
- is_verified
- alterations
- permissions
- alterations
- profile_id
- updated_at
- alterations
- updated_by
- constraints
- app_memberships_actor_id_fkey
- app_memberships_actor_id_key
- app_memberships_pkey
- app_memberships_profile_id_fkey
- indexes
- app_owner_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- app_owner_grants_actor_id_fkey
- app_owner_grants_grantor_id_fkey
- app_owner_grants_pkey
- indexes
- app_permission_default_grants
- alterations
- columns
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- app_permission_default_grants_grantor_id_fkey
- app_permission_default_grants_permission_id_fkey
- app_permission_default_grants_pkey
- indexes
- app_permission_default_permissions
- alterations
- columns
- created_at
- alterations
- id
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- app_permission_default_permissions_permission_id_fkey
- app_permission_default_permissions_permission_id_key
- app_permission_default_permissions_pkey
- indexes
- membership_types
- alterations
- columns
- description
- alterations
- has_users_table_entry
- alterations
- id
- alterations
- name
- alterations
- parent_membership_type
- alterations
- scope
- alterations
- constraints
- membership_types_name_key
- membership_types_pkey
- org_admin_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- org_admin_grants_actor_id_fkey
- org_admin_grants_entity_id_fkey
- org_admin_grants_grantor_id_fkey
- org_admin_grants_pkey
- indexes
- org_chart_edge_grants
- alterations
- columns
- child_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- parent_id
- alterations
- position_level
- alterations
- position_title
- alterations
- constraints
- org_chart_edge_grants_child_id_fkey
- org_chart_edge_grants_entity_id_fkey
- org_chart_edge_grants_grantor_id_fkey
- org_chart_edge_grants_parent_id_fkey
- org_chart_edge_grants_pkey
- indexes
- org_chart_edges
- alterations
- columns
- child_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- id
- alterations
- parent_id
- alterations
- position_level
- alterations
- position_title
- alterations
- updated_at
- alterations
- constraints
- org_chart_edges_child_id_fkey
- org_chart_edges_entity_id_child_id_key
- org_chart_edges_entity_id_fkey
- org_chart_edges_parent_id_fkey
- org_chart_edges_pkey
- indexes
- org_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permissions
- alterations
- updated_at
- alterations
- constraints
- org_grants_actor_id_fkey
- org_grants_entity_id_fkey
- org_grants_grantor_id_fkey
- org_grants_pkey
- indexes
- org_member_profiles
- alterations
- columns
- actor_id
- alterations
- bio
- alterations
- created_at
- alterations
- display_name
- alterations
- email
- alterations
- entity_id
- alterations
- id
- alterations
- membership_id
- alterations
- profile_picture
- alterations
- title
- alterations
- updated_at
- alterations
- constraints
- org_member_profiles_actor_id_entity_id_key
- org_member_profiles_actor_id_fkey
- org_member_profiles_entity_id_fkey
- org_member_profiles_membership_id_fkey
- org_member_profiles_membership_id_key
- org_member_profiles_pkey
- indexes
- org_membership_defaults
- alterations
- columns
- created_at
- alterations
- created_by
- entity_id
- alterations
- id
- alterations
- is_approved
- alterations
- updated_at
- alterations
- updated_by
- constraints
- org_membership_defaults_entity_id_fkey
- org_membership_defaults_entity_id_key
- org_membership_defaults_pkey
- indexes
- org_membership_settings
- alterations
- columns
- allow_external_members
- alterations
- create_child_cascade_admins
- alterations
- create_child_cascade_members
- alterations
- create_child_cascade_owners
- alterations
- created_at
- alterations
- created_by
- delete_member_cascade_children
- alterations
- entity_id
- alterations
- id
- alterations
- invite_profile_assignment_mode
- alterations
- limit_allocation_mode
- alterations
- populate_member_email
- alterations
- updated_at
- alterations
- updated_by
- constraints
- org_membership_settings_entity_id_fkey
- org_membership_settings_entity_id_key
- org_membership_settings_pkey
- indexes
- org_memberships
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- created_by
- entity_id
- alterations
- granted
- alterations
- id
- alterations
- is_active
- alterations
- is_admin
- alterations
- is_approved
- alterations
- is_banned
- alterations
- is_disabled
- alterations
- is_external
- alterations
- is_owner
- alterations
- is_read_only
- alterations
- permissions
- alterations
- profile_id
- updated_at
- alterations
- updated_by
- constraints
- org_memberships_actor_id_entity_id_key
- org_memberships_actor_id_fkey
- org_memberships_entity_id_fkey
- org_memberships_pkey
- org_memberships_profile_id_fkey
- indexes
- org_members
- alterations
- columns
- actor_id
- alterations
- entity_id
- alterations
- id
- alterations
- is_admin
- alterations
- constraints
- org_members_actor_id_entity_id_key
- org_members_actor_id_fkey
- org_members_entity_id_fkey
- org_members_pkey
- indexes
- org_owner_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- org_owner_grants_actor_id_fkey
- org_owner_grants_entity_id_fkey
- org_owner_grants_grantor_id_fkey
- org_owner_grants_pkey
- indexes
- org_permission_default_grants
- alterations
- columns
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- org_permission_default_grants_entity_id_fkey
- org_permission_default_grants_grantor_id_fkey
- org_permission_default_grants_permission_id_fkey
- org_permission_default_grants_pkey
- indexes
- org_permission_default_permissions
- alterations
- columns
- created_at
- alterations
- entity_id
- alterations
- id
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- org_permission_default_permissions_entity_id_fkey
- org_permission_default_permissions_permission_id_fkey
- org_permission_default_permissions_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_auth_private
- tables
- app_settings_auth
- alterations
- columns
- allow_anonymous_sessions
- alterations
- allow_api_keys
- alterations
- allow_backup_codes
- alterations
- allow_cross_origin_token
- alterations
- allow_email_mfa
- alterations
- allow_email_otp_sign_in
- alterations
- allow_identity_sign_in
- alterations
- allow_identity_sign_up
- alterations
- allow_magic_link_sign_in
- alterations
- allow_magic_link_sign_up
- alterations
- allow_multiple_sessions
- alterations
- allow_password_sign_in
- alterations
- allow_password_sign_up
- alterations
- allow_sign_up
- alterations
- allow_sms_mfa
- alterations
- allow_sms_sign_in
- alterations
- allow_sms_sign_up
- alterations
- allow_totp_mfa
- alterations
- allow_webauthn_sign_in
- alterations
- allow_webauthn_sign_up
- alterations
- allow_webauthn_usernameless
- alterations
- allowed_auth_methods
- alterations
- allowed_origins
- alterations
- api_key_default_duration
- alterations
- api_key_max_duration
- alterations
- api_key_max_per_user
- alterations
- captcha_site_key
- alterations
- cookie_domain
- alterations
- cookie_httponly
- alterations
- cookie_max_age
- alterations
- cookie_path
- alterations
- cookie_samesite
- alterations
- cookie_secure
- alterations
- created_at
- alterations
- default_credential_duration
- alterations
- default_fingerprint_mode
- alterations
- default_session_duration
- alterations
- enable_captcha
- alterations
- enable_cookie_auth
- alterations
- enforce_primary_auth_method
- alterations
- identity_providers_max
- alterations
- id
- alterations
- max_sessions_per_user
- alterations
- mfa_challenge_expiry
- alterations
- min_password_length
- alterations
- oauth_error_redirect_path
- alterations
- oauth_require_verified_email
- alterations
- oauth_state_max_age
- alterations
- remember_me_duration
- alterations
- require_csrf_for_auth
- alterations
- require_mfa
- alterations
- session_idle_timeout
- alterations
- step_up_window
- alterations
- updated_at
- alterations
- constraints/app_settings_auths_pkey
- indexes
- app_settings_rate_limit
- alterations
- columns
- created_at
- alterations
- email_cooldown_period
- alterations
- id
- alterations
- ip_lockout_duration
- alterations
- ip_max_attempts
- alterations
- ip_rate_limit_window
- alterations
- ip_ua_max_attempts
- alterations
- login_lockout_duration
- alterations
- login_max_attempts
- alterations
- updated_at
- alterations
- user_lockout_duration
- alterations
- user_max_attempts
- alterations
- user_rate_limit_window
- alterations
- constraints/app_settings_rate_limits_pkey
- indexes
- auth_ip_rate_limits
- alterations
- columns
- action
- alterations
- attempts
- alterations
- created_at
- alterations
- first_attempt_at
- alterations
- id
- alterations
- ip_address
- alterations
- locked_until
- alterations
- ua_hash
- alterations
- updated_at
- alterations
- constraints
- auth_ip_rate_limits_ip_address_ua_hash_action_key
- auth_ip_rate_limits_pkey
- indexes
- auth_rate_limits
- alterations
- columns
- action
- alterations
- attempts
- alterations
- created_at
- alterations
- first_attempt_at
- alterations
- id
- alterations
- last_attempt_at
- alterations
- locked_until
- alterations
- subject_id
- alterations
- updated_at
- alterations
- constraints
- auth_rate_limits_pkey
- auth_rate_limits_subject_id_action_key
- indexes
- identity_providers
- alterations
- columns
- acceptable_client_ids
- alterations
- allow_link_by_email
- alterations
- authorization_url
- alterations
- client_id
- alterations
- client_secret_id
- alterations
- created_at
- alterations
- discovery_doc
- alterations
- discovery_url_override
- alterations
- display_name
- alterations
- email_optional
- alterations
- enabled
- alterations
- extra_authorization_params
- alterations
- id
- alterations
- is_built_in
- alterations
- issuer_url
- alterations
- jwks_fetched_at
- alterations
- jwks
- alterations
- kind
- alterations
- pkce_enabled
- alterations
- scopes
- alterations
- skip_nonce_check
- alterations
- slug
- alterations
- token_url
- alterations
- updated_at
- alterations
- userinfo_url
- alterations
- constraints
- identity_providers_pkey
- identity_providers_slug_key
- indexes
- session_credentials
- alterations
- columns
- access_level
- alterations
- created_at
- alterations
- expires_at
- alterations
- id
- alterations
- key_id
- alterations
- kind
- alterations
- last_used_at
- alterations
- mfa_level
- alterations
- name
- alterations
- org_id
- alterations
- ot_token
- alterations
- revoked_at
- alterations
- secret_hash
- alterations
- session_id
- alterations
- updated_at
- alterations
- constraints
- session_credentials_key_id_key
- session_credentials_ot_token_key
- session_credentials_pkey
- session_credentials_secret_hash_key
- indexes
- session_secrets
- alterations
- columns
- created_at
- alterations
- expires_at
- alterations
- id
- alterations
- name
- alterations
- session_id
- alterations
- updated_at
- alterations
- value
- alterations
- constraints
- session_secrets_pkey
- session_secrets_session_id_fkey
- session_secrets_session_id_name_key
- indexes
- sessions
- alterations
- columns
- auth_method
- alterations
- created_at
- alterations
- csrf_secret
- alterations
- expires_at
- alterations
- fingerprint_mode
- alterations
- id
- alterations
- ip
- alterations
- is_anonymous
- alterations
- last_mfa_verified
- alterations
- last_password_verified
- alterations
- origin
- alterations
- revoked_at
- alterations
- uagent
- alterations
- updated_at
- alterations
- user_id
- alterations
- constraints/sessions_pkey
- indexes
- constructive_auth_public
- 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_memberships_private
- tables
- app_memberships_sprt
- alterations
- columns
- actor_id
- alterations
- is_admin
- alterations
- is_owner
- alterations
- permissions
- alterations
- indexes
- org_hierarchy_sprts
- alterations
- columns
- ancestor_id
- alterations
- depth
- alterations
- descendant_id
- alterations
- entity_id
- alterations
- constraints/org_hierarchy_sprts_pkey
- indexes
- org_memberships_sprt
- alterations
- columns
- actor_id
- alterations
- entity_id
- alterations
- is_admin
- alterations
- is_owner
- alterations
- is_read_only
- alterations
- permissions
- alterations
- indexes
- constructive_memberships_public
- tables
- app_admin_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- app_admin_grants_actor_id_fkey
- app_admin_grants_grantor_id_fkey
- app_admin_grants_pkey
- indexes
- app_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permissions
- alterations
- updated_at
- alterations
- constraints
- app_grants_actor_id_fkey
- app_grants_grantor_id_fkey
- app_grants_pkey
- indexes
- app_membership_defaults
- alterations
- columns
- created_at
- alterations
- created_by
- id
- alterations
- is_approved
- alterations
- is_verified
- alterations
- updated_at
- alterations
- updated_by
- constraints/app_membership_defaults_pkey
- indexes
- app_memberships
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- created_by
- granted
- alterations
- id
- alterations
- is_active
- alterations
- is_admin
- alterations
- is_approved
- alterations
- is_banned
- alterations
- is_disabled
- alterations
- is_owner
- alterations
- is_verified
- alterations
- permissions
- alterations
- profile_id
- updated_at
- alterations
- updated_by
- constraints
- app_memberships_actor_id_fkey
- app_memberships_actor_id_key
- app_memberships_pkey
- app_memberships_profile_id_fkey
- indexes
- app_owner_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- app_owner_grants_actor_id_fkey
- app_owner_grants_grantor_id_fkey
- app_owner_grants_pkey
- indexes
- app_permission_default_grants
- alterations
- columns
- created_at
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- app_permission_default_grants_grantor_id_fkey
- app_permission_default_grants_permission_id_fkey
- app_permission_default_grants_pkey
- indexes
- app_permission_default_permissions
- alterations
- columns
- created_at
- alterations
- id
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- app_permission_default_permissions_permission_id_fkey
- app_permission_default_permissions_permission_id_key
- app_permission_default_permissions_pkey
- indexes
- membership_types
- alterations
- columns
- description
- alterations
- has_users_table_entry
- alterations
- id
- alterations
- name
- alterations
- parent_membership_type
- alterations
- scope
- alterations
- constraints
- membership_types_name_key
- membership_types_pkey
- org_admin_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- org_admin_grants_actor_id_fkey
- org_admin_grants_entity_id_fkey
- org_admin_grants_grantor_id_fkey
- org_admin_grants_pkey
- indexes
- org_chart_edge_grants
- alterations
- columns
- child_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- parent_id
- alterations
- position_level
- alterations
- position_title
- alterations
- constraints
- org_chart_edge_grants_child_id_fkey
- org_chart_edge_grants_entity_id_fkey
- org_chart_edge_grants_grantor_id_fkey
- org_chart_edge_grants_parent_id_fkey
- org_chart_edge_grants_pkey
- indexes
- org_chart_edges
- alterations
- columns
- child_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- id
- alterations
- parent_id
- alterations
- position_level
- alterations
- position_title
- alterations
- updated_at
- alterations
- constraints
- org_chart_edges_child_id_fkey
- org_chart_edges_entity_id_child_id_key
- org_chart_edges_entity_id_fkey
- org_chart_edges_parent_id_fkey
- org_chart_edges_pkey
- indexes
- org_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permissions
- alterations
- updated_at
- alterations
- constraints
- org_grants_actor_id_fkey
- org_grants_entity_id_fkey
- org_grants_grantor_id_fkey
- org_grants_pkey
- indexes
- org_member_profiles
- alterations
- columns
- actor_id
- alterations
- bio
- alterations
- created_at
- alterations
- display_name
- alterations
- email
- alterations
- entity_id
- alterations
- id
- alterations
- membership_id
- alterations
- profile_picture
- alterations
- title
- alterations
- updated_at
- alterations
- constraints
- org_member_profiles_actor_id_entity_id_key
- org_member_profiles_actor_id_fkey
- org_member_profiles_entity_id_fkey
- org_member_profiles_membership_id_fkey
- org_member_profiles_membership_id_key
- org_member_profiles_pkey
- indexes
- org_membership_defaults
- alterations
- columns
- created_at
- alterations
- created_by
- entity_id
- alterations
- id
- alterations
- is_approved
- alterations
- updated_at
- alterations
- updated_by
- constraints
- org_membership_defaults_entity_id_fkey
- org_membership_defaults_entity_id_key
- org_membership_defaults_pkey
- indexes
- org_membership_settings
- alterations
- columns
- allow_external_members
- alterations
- create_child_cascade_admins
- alterations
- create_child_cascade_members
- alterations
- create_child_cascade_owners
- alterations
- created_at
- alterations
- created_by
- delete_member_cascade_children
- alterations
- entity_id
- alterations
- id
- alterations
- invite_profile_assignment_mode
- alterations
- limit_allocation_mode
- alterations
- populate_member_email
- alterations
- updated_at
- alterations
- updated_by
- constraints
- org_membership_settings_entity_id_fkey
- org_membership_settings_entity_id_key
- org_membership_settings_pkey
- indexes
- org_memberships
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- created_by
- entity_id
- alterations
- granted
- alterations
- id
- alterations
- is_active
- alterations
- is_admin
- alterations
- is_approved
- alterations
- is_banned
- alterations
- is_disabled
- alterations
- is_external
- alterations
- is_owner
- alterations
- is_read_only
- alterations
- permissions
- alterations
- profile_id
- updated_at
- alterations
- updated_by
- constraints
- org_memberships_actor_id_entity_id_key
- org_memberships_actor_id_fkey
- org_memberships_entity_id_fkey
- org_memberships_pkey
- org_memberships_profile_id_fkey
- indexes
- org_members
- alterations
- columns
- actor_id
- alterations
- entity_id
- alterations
- id
- alterations
- is_admin
- alterations
- constraints
- org_members_actor_id_entity_id_key
- org_members_actor_id_fkey
- org_members_entity_id_fkey
- org_members_pkey
- indexes
- org_owner_grants
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- updated_at
- alterations
- constraints
- org_owner_grants_actor_id_fkey
- org_owner_grants_entity_id_fkey
- org_owner_grants_grantor_id_fkey
- org_owner_grants_pkey
- indexes
- org_permission_default_grants
- alterations
- columns
- created_at
- alterations
- entity_id
- alterations
- grantor_id
- alterations
- id
- alterations
- is_grant
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- org_permission_default_grants_entity_id_fkey
- org_permission_default_grants_grantor_id_fkey
- org_permission_default_grants_permission_id_fkey
- org_permission_default_grants_pkey
- indexes
- org_permission_default_permissions
- alterations
- columns
- created_at
- alterations
- entity_id
- alterations
- id
- alterations
- permission_id
- alterations
- updated_at
- alterations
- constraints
- org_permission_default_permissions_entity_id_fkey
- org_permission_default_permissions_permission_id_fkey
- org_permission_default_permissions_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_auth_private
- tables
- app_settings_auth
- alterations
- columns
- allow_anonymous_sessions
- alterations
- allow_api_keys
- alterations
- allow_backup_codes
- alterations
- allow_cross_origin_token
- alterations
- allow_email_mfa
- alterations
- allow_email_otp_sign_in
- alterations
- allow_identity_sign_in
- alterations
- allow_identity_sign_up
- alterations
- allow_magic_link_sign_in
- alterations
- allow_magic_link_sign_up
- alterations
- allow_multiple_sessions
- alterations
- allow_password_sign_in
- alterations
- allow_password_sign_up
- alterations
- allow_sign_up
- alterations
- allow_sms_mfa
- alterations
- allow_sms_sign_in
- alterations
- allow_sms_sign_up
- alterations
- allow_totp_mfa
- alterations
- allow_webauthn_sign_in
- alterations
- allow_webauthn_sign_up
- alterations
- allow_webauthn_usernameless
- alterations
- allowed_auth_methods
- alterations
- allowed_origins
- alterations
- api_key_default_duration
- alterations
- api_key_max_duration
- alterations
- api_key_max_per_user
- alterations
- captcha_site_key
- alterations
- cookie_domain
- alterations
- cookie_httponly
- alterations
- cookie_max_age
- alterations
- cookie_path
- alterations
- cookie_samesite
- alterations
- cookie_secure
- alterations
- created_at
- alterations
- default_credential_duration
- alterations
- default_fingerprint_mode
- alterations
- default_session_duration
- alterations
- enable_captcha
- alterations
- enable_cookie_auth
- alterations
- enforce_primary_auth_method
- alterations
- identity_providers_max
- alterations
- id
- alterations
- max_sessions_per_user
- alterations
- mfa_challenge_expiry
- alterations
- min_password_length
- alterations
- oauth_error_redirect_path
- alterations
- oauth_require_verified_email
- alterations
- oauth_state_max_age
- alterations
- remember_me_duration
- alterations
- require_csrf_for_auth
- alterations
- require_mfa
- alterations
- session_idle_timeout
- alterations
- step_up_window
- alterations
- updated_at
- alterations
- constraints/app_settings_auths_pkey
- indexes
- app_settings_rate_limit
- alterations
- columns/created_at
- alterations
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 | + | |
| 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: 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 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 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments