add env logging
This commit is contained in:
@@ -680,17 +680,17 @@ drop policy "accounts_self_update" on "public"."accounts";
|
||||
|
||||
drop policy "create_org_account" on "public"."accounts";
|
||||
|
||||
drop policy "restrict_mfa_accounts" on "public"."accounts";
|
||||
-- drop policy "restrict_mfa_accounts" on "public"."accounts";
|
||||
|
||||
drop policy "super_admins_access_accounts" on "public"."accounts";
|
||||
-- drop policy "super_admins_access_accounts" on "public"."accounts";
|
||||
|
||||
drop policy "accounts_memberships_delete" on "public"."accounts_memberships";
|
||||
|
||||
drop policy "accounts_memberships_read" on "public"."accounts_memberships";
|
||||
|
||||
drop policy "restrict_mfa_accounts_memberships" on "public"."accounts_memberships";
|
||||
-- drop policy "restrict_mfa_accounts_memberships" on "public"."accounts_memberships";
|
||||
|
||||
drop policy "super_admins_access_accounts_memberships" on "public"."accounts_memberships";
|
||||
-- drop policy "super_admins_access_accounts_memberships" on "public"."accounts_memberships";
|
||||
|
||||
drop policy "analysis_all" on "public"."analyses";
|
||||
|
||||
@@ -742,53 +742,53 @@ drop policy "invitations_read_self" on "public"."invitations";
|
||||
|
||||
drop policy "invitations_update" on "public"."invitations";
|
||||
|
||||
drop policy "restrict_mfa_invitations" on "public"."invitations";
|
||||
-- drop policy "restrict_mfa_invitations" on "public"."invitations";
|
||||
|
||||
drop policy "super_admins_access_invitations" on "public"."invitations";
|
||||
-- drop policy "super_admins_access_invitations" on "public"."invitations";
|
||||
|
||||
drop policy "read_all" on "public"."medreport_product_groups";
|
||||
|
||||
drop policy "Enable read access for all users" on "public"."medreport_products_analyses_relations";
|
||||
|
||||
drop policy "Users can read their own nonces" on "public"."nonces";
|
||||
-- drop policy "Users can read their own nonces" on "public"."nonces";
|
||||
|
||||
drop policy "notifications_read_self" on "public"."notifications";
|
||||
|
||||
drop policy "notifications_update_self" on "public"."notifications";
|
||||
|
||||
drop policy "restrict_mfa_notifications" on "public"."notifications";
|
||||
-- drop policy "restrict_mfa_notifications" on "public"."notifications";
|
||||
|
||||
drop policy "order_items_read_self" on "public"."order_items";
|
||||
|
||||
drop policy "restrict_mfa_order_items" on "public"."order_items";
|
||||
-- drop policy "restrict_mfa_order_items" on "public"."order_items";
|
||||
|
||||
drop policy "super_admins_access_order_items" on "public"."order_items";
|
||||
-- drop policy "super_admins_access_order_items" on "public"."order_items";
|
||||
|
||||
drop policy "orders_read_self" on "public"."orders";
|
||||
|
||||
drop policy "restrict_mfa_orders" on "public"."orders";
|
||||
-- drop policy "restrict_mfa_orders" on "public"."orders";
|
||||
|
||||
drop policy "super_admins_access_orders" on "public"."orders";
|
||||
-- drop policy "super_admins_access_orders" on "public"."orders";
|
||||
|
||||
drop policy "restrict_mfa_role_permissions" on "public"."role_permissions";
|
||||
-- drop policy "restrict_mfa_role_permissions" on "public"."role_permissions";
|
||||
|
||||
drop policy "role_permissions_read" on "public"."role_permissions";
|
||||
|
||||
drop policy "super_admins_access_role_permissions" on "public"."role_permissions";
|
||||
-- drop policy "super_admins_access_role_permissions" on "public"."role_permissions";
|
||||
|
||||
drop policy "roles_read" on "public"."roles";
|
||||
|
||||
drop policy "restrict_mfa_subscription_items" on "public"."subscription_items";
|
||||
-- drop policy "restrict_mfa_subscription_items" on "public"."subscription_items";
|
||||
|
||||
drop policy "subscription_items_read_self" on "public"."subscription_items";
|
||||
|
||||
drop policy "super_admins_access_subscription_items" on "public"."subscription_items";
|
||||
-- drop policy "super_admins_access_subscription_items" on "public"."subscription_items";
|
||||
|
||||
drop policy "restrict_mfa_subscriptions" on "public"."subscriptions";
|
||||
-- drop policy "restrict_mfa_subscriptions" on "public"."subscriptions";
|
||||
|
||||
drop policy "subscriptions_read_self" on "public"."subscriptions";
|
||||
|
||||
drop policy "super_admins_access_subscriptions" on "public"."subscriptions";
|
||||
-- drop policy "super_admins_access_subscriptions" on "public"."subscriptions";
|
||||
|
||||
alter table "public"."accounts" drop constraint "accounts_created_by_fkey";
|
||||
|
||||
@@ -888,7 +888,7 @@ alter table "public"."medreport_products_analyses_relations" drop constraint "pr
|
||||
|
||||
alter table "public"."medreport_products_analyses_relations" drop constraint "product_can_be_tied_to_only_one_external_item";
|
||||
|
||||
alter table "public"."nonces" drop constraint "nonces_user_id_fkey";
|
||||
-- alter table "public"."nonces" drop constraint "nonces_user_id_fkey";
|
||||
|
||||
alter table "public"."notifications" drop constraint "notifications_account_id_fkey";
|
||||
|
||||
@@ -956,7 +956,7 @@ alter table "public"."medreport_products_analyses_relations" drop constraint "me
|
||||
|
||||
alter table "public"."medreport_products_external_services_relations" drop constraint "medreport_products_connected_online_services_pkey";
|
||||
|
||||
alter table "public"."nonces" drop constraint "nonces_pkey";
|
||||
-- alter table "public"."nonces" drop constraint "nonces_pkey";
|
||||
|
||||
alter table "public"."notifications" drop constraint "notifications_pkey";
|
||||
|
||||
@@ -5160,47 +5160,47 @@ revoke truncate on table "public"."medreport_products_external_services_relation
|
||||
|
||||
revoke update on table "public"."medreport_products_external_services_relations" from "service_role";
|
||||
|
||||
revoke delete on table "public"."nonces" from "anon";
|
||||
-- revoke delete on table "public"."nonces" from "anon";
|
||||
|
||||
revoke insert on table "public"."nonces" from "anon";
|
||||
-- revoke insert on table "public"."nonces" from "anon";
|
||||
|
||||
revoke references on table "public"."nonces" from "anon";
|
||||
-- revoke references on table "public"."nonces" from "anon";
|
||||
|
||||
revoke select on table "public"."nonces" from "anon";
|
||||
-- revoke select on table "public"."nonces" from "anon";
|
||||
|
||||
revoke trigger on table "public"."nonces" from "anon";
|
||||
-- revoke trigger on table "public"."nonces" from "anon";
|
||||
|
||||
revoke truncate on table "public"."nonces" from "anon";
|
||||
-- revoke truncate on table "public"."nonces" from "anon";
|
||||
|
||||
revoke update on table "public"."nonces" from "anon";
|
||||
-- revoke update on table "public"."nonces" from "anon";
|
||||
|
||||
revoke delete on table "public"."nonces" from "authenticated";
|
||||
-- revoke delete on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke insert on table "public"."nonces" from "authenticated";
|
||||
-- revoke insert on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke references on table "public"."nonces" from "authenticated";
|
||||
-- revoke references on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke select on table "public"."nonces" from "authenticated";
|
||||
-- revoke select on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke trigger on table "public"."nonces" from "authenticated";
|
||||
-- revoke trigger on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke truncate on table "public"."nonces" from "authenticated";
|
||||
-- revoke truncate on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke update on table "public"."nonces" from "authenticated";
|
||||
-- revoke update on table "public"."nonces" from "authenticated";
|
||||
|
||||
revoke delete on table "public"."nonces" from "service_role";
|
||||
-- revoke delete on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke insert on table "public"."nonces" from "service_role";
|
||||
-- revoke insert on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke references on table "public"."nonces" from "service_role";
|
||||
-- revoke references on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke select on table "public"."nonces" from "service_role";
|
||||
-- revoke select on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke trigger on table "public"."nonces" from "service_role";
|
||||
-- revoke trigger on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke truncate on table "public"."nonces" from "service_role";
|
||||
-- revoke truncate on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke update on table "public"."nonces" from "service_role";
|
||||
-- revoke update on table "public"."nonces" from "service_role";
|
||||
|
||||
revoke delete on table "public"."notifications" from "anon";
|
||||
|
||||
@@ -5410,7 +5410,7 @@ drop table "public"."medreport_products_analyses_relations";
|
||||
|
||||
drop table "public"."medreport_products_external_services_relations";
|
||||
|
||||
drop table "public"."nonces";
|
||||
-- drop table "public"."nonces";
|
||||
|
||||
drop table "public"."notifications";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user