@pgpmjs/core 6.3.1 → 6.3.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.
@@ -647,8 +647,7 @@ const config = {
647
647
  rebuild_hierarchy_function: 'text',
648
648
  get_subordinates_function: 'text',
649
649
  get_managers_function: 'text',
650
- is_manager_of_function: 'text',
651
- created_at: 'timestamptz'
650
+ is_manager_of_function: 'text'
652
651
  }
653
652
  },
654
653
  membership_types_module: {
@@ -650,8 +650,7 @@ const config = {
650
650
  rebuild_hierarchy_function: 'text',
651
651
  get_subordinates_function: 'text',
652
652
  get_managers_function: 'text',
653
- is_manager_of_function: 'text',
654
- created_at: 'timestamptz'
653
+ is_manager_of_function: 'text'
655
654
  }
656
655
  },
657
656
  membership_types_module: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "6.3.1",
3
+ "version": "6.3.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -65,5 +65,5 @@
65
65
  "pgsql-parser": "^17.9.11",
66
66
  "yanse": "^0.2.0"
67
67
  },
68
- "gitHead": "0deec313ff9af77b02cb749be9ef34e236e8cab8"
68
+ "gitHead": "1b17d61b375abaa04310abe05c2a3ca5881ac650"
69
69
  }