We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048188f + 5158f0c commit 8749fd0Copy full SHA for 8749fd0
1 file changed
pgpm/core/src/export/export-meta.ts
@@ -368,8 +368,7 @@ const config: Record<string, TableConfig> = {
368
og_image: 'image',
369
favicon: 'upload',
370
apple_touch_icon: 'image',
371
- logo: 'image',
372
- dbname: 'text'
+ logo: 'image'
373
}
374
},
375
apis: {
@@ -379,7 +378,6 @@ const config: Record<string, TableConfig> = {
379
378
id: 'uuid',
380
database_id: 'uuid',
381
name: 'text',
382
- dbname: 'text',
383
is_public: 'boolean',
384
role_name: 'text',
385
anon_role: 'text'
0 commit comments