@pgpmjs/core 4.12.1 → 4.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -226,15 +226,6 @@ const config = {
226
226
  privilege: 'text'
227
227
  }
228
228
  },
229
- extension: {
230
- schema: 'metaschema_public',
231
- table: 'extension',
232
- fields: {
233
- id: 'uuid',
234
- database_id: 'uuid',
235
- name: 'text'
236
- }
237
- },
238
229
  // =============================================================================
239
230
  // services_public tables
240
231
  // =============================================================================
@@ -824,7 +815,6 @@ export const exportMeta = async ({ opts, dbname, database_id }) => {
824
815
  await queryAndParse('full_text_search', `SELECT * FROM metaschema_public.full_text_search WHERE database_id = $1`);
825
816
  await queryAndParse('schema_grant', `SELECT * FROM metaschema_public.schema_grant WHERE database_id = $1`);
826
817
  await queryAndParse('table_grant', `SELECT * FROM metaschema_public.table_grant WHERE database_id = $1`);
827
- await queryAndParse('extension', `SELECT * FROM metaschema_public.extension WHERE database_id = $1`);
828
818
  // =============================================================================
829
819
  // services_public tables
830
820
  // =============================================================================
@@ -229,15 +229,6 @@ const config = {
229
229
  privilege: 'text'
230
230
  }
231
231
  },
232
- extension: {
233
- schema: 'metaschema_public',
234
- table: 'extension',
235
- fields: {
236
- id: 'uuid',
237
- database_id: 'uuid',
238
- name: 'text'
239
- }
240
- },
241
232
  // =============================================================================
242
233
  // services_public tables
243
234
  // =============================================================================
@@ -827,7 +818,6 @@ const exportMeta = async ({ opts, dbname, database_id }) => {
827
818
  await queryAndParse('full_text_search', `SELECT * FROM metaschema_public.full_text_search WHERE database_id = $1`);
828
819
  await queryAndParse('schema_grant', `SELECT * FROM metaschema_public.schema_grant WHERE database_id = $1`);
829
820
  await queryAndParse('table_grant', `SELECT * FROM metaschema_public.table_grant WHERE database_id = $1`);
830
- await queryAndParse('extension', `SELECT * FROM metaschema_public.extension WHERE database_id = $1`);
831
821
  // =============================================================================
832
822
  // services_public tables
833
823
  // =============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "4.12.1",
3
+ "version": "4.12.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -64,5 +64,5 @@
64
64
  "pgsql-parser": "^17.9.11",
65
65
  "yanse": "^0.1.11"
66
66
  },
67
- "gitHead": "c934b1c3c831b236090053a8fc37f15e3a897877"
67
+ "gitHead": "8ba31ce871a6fec054ee6ea5627f44d69c635828"
68
68
  }