Last active
June 19, 2023 08:06
-
-
Save magick93/e2dd7499b0868dcea49c58cb42563252 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kanel | |
[ | |
'supabase_migrations', '_analytics', | |
'_realtime', 'nzlegal', | |
'adls', 'vault', | |
'stripe', 'private', | |
'auth', 'extensions', | |
'graphql_public', 'net', | |
'public', 'realtime', | |
'storage', 'supabase_functions', | |
'graphql' | |
] | |
{ | |
name: 'campaigns', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
campaigns | |
{ name: 'aal_level', schemaName: 'auth', kind: 'enum', comment: null } | |
aal_level | |
{ | |
name: 'code_challenge_method', | |
schemaName: 'auth', | |
kind: 'enum', | |
comment: null | |
} | |
code_challenge_method | |
{ | |
name: 'factor_status', | |
schemaName: 'auth', | |
kind: 'enum', | |
comment: null | |
} | |
factor_status | |
{ | |
name: 'campaign_lists', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
campaign_lists | |
{ | |
name: 'campaign_views', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
campaign_views | |
{ name: 'media', schemaName: 'public', kind: 'table', comment: null } | |
media | |
{ name: 'links', schemaName: 'public', kind: 'table', comment: null } | |
links | |
{ | |
name: 'link_clicks', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
link_clicks | |
{ | |
name: 'settings', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
settings | |
{ name: 'bounces', schemaName: 'public', kind: 'table', comment: null } | |
bounces | |
{ | |
name: 'factor_type', | |
schemaName: 'auth', | |
kind: 'enum', | |
comment: null | |
} | |
factor_type | |
{ | |
name: 'extensions', | |
schemaName: '_realtime', | |
kind: 'table', | |
comment: null | |
} | |
extensions | |
{ | |
name: 'schema_migrations', | |
schemaName: '_realtime', | |
kind: 'table', | |
comment: null | |
} | |
schema_migrations | |
{ | |
name: 'tenants', | |
schemaName: '_realtime', | |
kind: 'table', | |
comment: null | |
} | |
tenants | |
{ | |
name: 'audit_log_entries', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Audit trail for user actions.' | |
} | |
audit_log_entries | |
{ | |
name: 'flow_state', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'stores metadata for pkce logins' | |
} | |
flow_state | |
{ | |
name: 'identities', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Stores identities associated to a user.' | |
} | |
identities | |
{ | |
name: 'instances', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Manages users across multiple sites.' | |
} | |
instances | |
{ | |
name: 'mfa_amr_claims', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'auth: stores authenticator method reference claims for multi factor authentication' | |
} | |
mfa_amr_claims | |
{ | |
name: 'mfa_challenges', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'auth: stores metadata about challenge requests made' | |
} | |
mfa_challenges | |
{ | |
name: 'mfa_factors', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'auth: stores metadata about factors' | |
} | |
mfa_factors | |
{ | |
name: 'refresh_tokens', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Store of tokens used to refresh JWT tokens once they expire.' | |
} | |
refresh_tokens | |
{ | |
name: 'saml_providers', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Manages SAML Identity Provider connections.' | |
} | |
saml_providers | |
{ | |
name: 'saml_relay_states', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Contains SAML Relay State information for each Service Provider initiated login.' | |
} | |
saml_relay_states | |
{ | |
name: 'schema_migrations', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Manages updates to the auth system.' | |
} | |
schema_migrations | |
{ | |
name: 'sessions', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Stores session data associated to a user.' | |
} | |
sessions | |
{ | |
name: 'sso_domains', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Manages SSO email address domain mapping to an SSO Identity Provider.' | |
} | |
sso_domains | |
{ | |
name: 'sso_providers', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Manages SSO identity provider information; see saml_providers for SAML.' | |
} | |
sso_providers | |
{ | |
name: 'users', | |
schemaName: 'auth', | |
kind: 'table', | |
comment: 'Auth: Stores user login data within a secure schema.' | |
} | |
users | |
{ | |
name: 'buckets', | |
schemaName: 'storage', | |
kind: 'table', | |
comment: null | |
} | |
buckets | |
{ | |
name: 'migrations', | |
schemaName: 'storage', | |
kind: 'table', | |
comment: null | |
} | |
migrations | |
{ | |
name: 'objects', | |
schemaName: 'storage', | |
kind: 'table', | |
comment: null | |
} | |
objects | |
{ | |
name: 'hooks', | |
schemaName: 'supabase_functions', | |
kind: 'table', | |
comment: 'Supabase Functions Hooks: Audit trail for triggered hooks.' | |
} | |
hooks | |
{ | |
name: 'migrations', | |
schemaName: 'supabase_functions', | |
kind: 'table', | |
comment: null | |
} | |
migrations | |
{ | |
name: 'schema_migrations', | |
schemaName: 'supabase_migrations', | |
kind: 'table', | |
comment: null | |
} | |
schema_migrations | |
{ | |
name: 'profiles', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
profiles | |
{ | |
name: 'profiles_info', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
profiles_info | |
{ | |
name: 'category', | |
schemaName: 'nzlegal', | |
kind: 'table', | |
comment: null | |
} | |
category | |
{ name: 'link', schemaName: 'nzlegal', kind: 'table', comment: null } | |
link | |
{ | |
name: 'documents', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
documents | |
{ name: 'law_firm', schemaName: 'adls', kind: 'table', comment: null } | |
law_firm | |
{ name: 'location', schemaName: 'adls', kind: 'table', comment: null } | |
location | |
{ name: 'users', schemaName: 'public', kind: 'table', comment: null } | |
users | |
{ | |
name: 'customers', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
customers | |
{ | |
name: 'products', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
products | |
{ | |
name: 'pricing_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
pricing_type | |
{ | |
name: 'pricing_plan_interval', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
pricing_plan_interval | |
{ name: 'prices', schemaName: 'public', kind: 'table', comment: null } | |
prices | |
{ | |
name: 'subscriptions', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
subscriptions | |
{ name: 'groups', schemaName: 'public', kind: 'table', comment: null } | |
groups | |
{ | |
name: 'group_users', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
group_users | |
{ | |
name: 'user_roles', | |
schemaName: 'public', | |
kind: 'view', | |
comment: null | |
} | |
user_roles | |
{ name: 'accounts', schemaName: 'stripe', kind: null, comment: null } | |
accounts | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'balance', schemaName: 'stripe', kind: null, comment: null } | |
balance | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'balance_transactions', | |
schemaName: 'stripe', | |
kind: null, | |
comment: null | |
} | |
balance_transactions | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'charges', schemaName: 'stripe', kind: null, comment: null } | |
charges | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'customers', schemaName: 'stripe', kind: null, comment: null } | |
customers | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'disputes', schemaName: 'stripe', kind: null, comment: null } | |
disputes | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'events', schemaName: 'stripe', kind: null, comment: null } | |
events | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'files', schemaName: 'stripe', kind: null, comment: null } | |
files | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'file_links', schemaName: 'stripe', kind: null, comment: null } | |
file_links | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'invoices', schemaName: 'stripe', kind: null, comment: null } | |
invoices | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'mandates', schemaName: 'stripe', kind: null, comment: null } | |
mandates | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'payment_intents', | |
schemaName: 'stripe', | |
kind: null, | |
comment: null | |
} | |
payment_intents | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'payouts', schemaName: 'stripe', kind: null, comment: null } | |
payouts | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'prices', schemaName: 'stripe', kind: null, comment: null } | |
prices | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'products', schemaName: 'stripe', kind: null, comment: null } | |
products | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'refunds', schemaName: 'stripe', kind: null, comment: null } | |
refunds | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'setup_attempts', | |
schemaName: 'stripe', | |
kind: null, | |
comment: null | |
} | |
setup_attempts | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'setup_intents', | |
schemaName: 'stripe', | |
kind: null, | |
comment: null | |
} | |
setup_intents | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'subscriptions', | |
schemaName: 'stripe', | |
kind: null, | |
comment: null | |
} | |
subscriptions | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'tokens', schemaName: 'stripe', kind: null, comment: null } | |
tokens | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'topups', schemaName: 'stripe', kind: null, comment: null } | |
topups | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ name: 'transfers', schemaName: 'stripe', kind: null, comment: null } | |
transfers | |
TypeError: populatorMap[pgType.kind] is not a function | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:165:87 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
at Object.next (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:48:53) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:42:71 | |
at new Promise (<anonymous>) | |
at __awaiter (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:38:12) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:100 | |
at Array.map (<anonymous>) | |
at /home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:154:69 | |
at step (/home/anton/git/yestech/legalease/node_modules/.pnpm/[email protected]/node_modules/extract-pg-schema/build/extractSchemas.js:67:23) | |
{ | |
name: 'professions', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
professions | |
{ | |
name: 'professional_profile', | |
schemaName: 'public', | |
kind: 'table', | |
comment: 'Table for storing professional profile information' | |
} | |
professional_profile | |
{ name: 'company', schemaName: 'public', kind: 'table', comment: null } | |
company | |
{ name: 'same_as', schemaName: 'public', kind: 'table', comment: null } | |
same_as | |
{ | |
name: 'address', | |
schemaName: 'public', | |
kind: 'table', | |
comment: 'Table for storing address information' | |
} | |
address | |
{ | |
name: 'professions_mview', | |
schemaName: 'public', | |
kind: 'materializedView', | |
comment: null | |
} | |
professions_mview | |
{ | |
name: 'iso_3166_2_countries', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
iso_3166_2_countries | |
{ name: 'cities', schemaName: 'public', kind: 'table', comment: null } | |
cities | |
{ | |
name: 'profiletype', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
profiletype | |
{ | |
name: 'pronouns_enum', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
pronouns_enum | |
{ | |
name: 'preferred_pronouns', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
preferred_pronouns | |
{ | |
name: 'preferred_pronouns_view', | |
schemaName: 'public', | |
kind: 'view', | |
comment: null | |
} | |
preferred_pronouns_view | |
{ name: 'keys', schemaName: 'private', kind: 'table', comment: null } | |
keys | |
{ | |
name: 'messages', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
messages | |
{ | |
name: 'decrypted_secrets', | |
schemaName: 'vault', | |
kind: 'view', | |
comment: null | |
} | |
decrypted_secrets | |
{ | |
name: 'list_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
list_type | |
{ | |
name: 'list_optin', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
list_optin | |
{ | |
name: 'subscriber_status', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
subscriber_status | |
{ | |
name: 'subscription_status', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
subscription_status | |
{ | |
name: 'campaign_status', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
campaign_status | |
{ | |
name: 'campaign_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
campaign_type | |
{ | |
name: 'content_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
content_type | |
{ | |
name: 'bounce_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
bounce_type | |
{ | |
name: 'template_type', | |
schemaName: 'public', | |
kind: 'enum', | |
comment: null | |
} | |
template_type | |
{ | |
name: 'subscribers', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
subscribers | |
{ name: 'lists', schemaName: 'public', kind: 'table', comment: null } | |
lists | |
{ | |
name: 'subscriber_lists', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
subscriber_lists | |
{ | |
name: 'templates', | |
schemaName: 'public', | |
kind: 'table', | |
comment: null | |
} | |
templates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment