@pgpm/metaschema-modules 0.26.1 → 0.26.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.
@@ -3,11 +3,9 @@
3
3
  BEGIN;
4
4
 
5
5
  SELECT id, database_id, schema_id, private_schema_id,
6
- public_schema_name, private_schema_name,
7
6
  namespaces_table_id, namespace_events_table_id,
8
7
  namespaces_table_name, namespace_events_table_name,
9
- api_name, private_api_name,
10
- entity_table_id, policies, provisions
8
+ membership_type, entity_table_id, policies
11
9
  FROM metaschema_modules_public.namespace_module
12
10
  WHERE false;
13
11