@pgpm/metaschema-modules 0.17.0 → 0.19.0

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.
@@ -2,6 +2,8 @@
2
2
 
3
3
  BEGIN;
4
4
 
5
- SELECT verify_table ('metaschema_modules_public.field_module');
5
+ SELECT id, database_id, private_schema_id, table_id, field_id, node_type, data, triggers, functions
6
+ FROM metaschema_modules_public.field_module
7
+ WHERE FALSE;
6
8
 
7
9
  ROLLBACK;
@@ -6,7 +6,7 @@ SELECT id, database_id, schema_id, private_schema_id, table_id, table_name,
6
6
  profile_permissions_table_id, profile_permissions_table_name,
7
7
  profile_grants_table_id, profile_grants_table_name,
8
8
  profile_definition_grants_table_id, profile_definition_grants_table_name,
9
- bitlen, membership_type, entity_table_id, actor_table_id,
9
+ membership_type, entity_table_id, actor_table_id,
10
10
  permissions_table_id, memberships_table_id, prefix
11
11
  FROM metaschema_modules_public.profiles_module
12
12
  WHERE FALSE;
@@ -0,0 +1,36 @@
1
+ -- Verify schemas/metaschema_modules_public/tables/relation_provision/table on pg
2
+
3
+ BEGIN;
4
+
5
+ SELECT
6
+ id,
7
+ database_id,
8
+ relation_type,
9
+ source_table_id,
10
+ target_table_id,
11
+ field_name,
12
+ delete_action,
13
+ is_required,
14
+ junction_table_id,
15
+ junction_table_name,
16
+ junction_schema_id,
17
+ source_field_name,
18
+ target_field_name,
19
+ use_composite_key,
20
+ node_type,
21
+ node_data,
22
+ grant_roles,
23
+ grant_privileges,
24
+ policy_type,
25
+ policy_privileges,
26
+ policy_role,
27
+ policy_permissive,
28
+ policy_data,
29
+ out_field_id,
30
+ out_junction_table_id,
31
+ out_source_field_id,
32
+ out_target_field_id
33
+ FROM metaschema_modules_public.relation_provision
34
+ WHERE FALSE;
35
+
36
+ ROLLBACK;
@@ -17,6 +17,7 @@ SELECT
17
17
  policy_privileges,
18
18
  policy_role,
19
19
  policy_permissive,
20
+ policy_name,
20
21
  policy_data,
21
22
  out_fields
22
23
  FROM metaschema_modules_public.secure_table_provision
@@ -5,9 +5,11 @@ BEGIN;
5
5
  SELECT
6
6
  id,
7
7
  database_id,
8
- private_schema_id,
8
+ schema_id,
9
9
  table_id,
10
+ table_name,
10
11
  node_type,
12
+ use_rls,
11
13
  data,
12
14
  fields
13
15
  FROM metaschema_modules_public.table_module