mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 06:14:33 +08:00
17 lines
305 B
TypeScript
17 lines
305 B
TypeScript
export const HIDDEN_EXTENSIONS = [
|
|
'adminpack',
|
|
'amcheck',
|
|
'file_fdw',
|
|
'lo',
|
|
'old_snapshot',
|
|
'pageinspect',
|
|
'pg_buffercache',
|
|
'pg_freespacemap',
|
|
'pg_prewarm',
|
|
'pg_surgery',
|
|
'pg_visibility',
|
|
'pgstattuple',
|
|
]
|
|
|
|
export const EXTENSIONS_IN_OWN_SCHEMA = ['postgis', 'pgsodium', 'vault']
|