Skip to content

Commit

Permalink
Revert "backport of commit 7c483e3"
Browse files Browse the repository at this point in the history
This reverts commit c706adf.
  • Loading branch information
louisruch committed Aug 19, 2024
1 parent 09884c0 commit 5c63e04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ begin;
create table policy (
public_id wt_public_id primary key,
scope_id wt_scope_id not null
-- constraints replaced in internal/db/schema/migrations/postgres/91/01_storage_policies.up.sql
constraint policy_scope_id_fkey
references iam_scope(public_id)
on delete restrict
Expand All @@ -18,7 +17,6 @@ comment on table policy is
create table policy_storage_policy (
public_id wt_public_id primary key,
scope_id wt_scope_id not null
-- constraints replaced in internal/db/schema/migrations/postgres/91/01_storage_policies.up.sql
constraint policy_storage_policy_scope_id_fkey
references iam_scope(public_id)
on delete restrict
Expand Down

This file was deleted.

30 changes: 0 additions & 30 deletions internal/db/sqltest/tests/policy/org_policy_storage_policy.sql

This file was deleted.

0 comments on commit 5c63e04

Please sign in to comment.