Skip to content

Commit 5c63e04

Browse files
committed
Revert "backport of commit 7c483e3"
This reverts commit c706adf.
1 parent 09884c0 commit 5c63e04

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

internal/db/schema/migrations/oss/postgres/82/01_storage_policies.up.sql

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ begin;
66
create table policy (
77
public_id wt_public_id primary key,
88
scope_id wt_scope_id not null
9-
-- constraints replaced in internal/db/schema/migrations/postgres/91/01_storage_policies.up.sql
109
constraint policy_scope_id_fkey
1110
references iam_scope(public_id)
1211
on delete restrict
@@ -18,7 +17,6 @@ comment on table policy is
1817
create table policy_storage_policy (
1918
public_id wt_public_id primary key,
2019
scope_id wt_scope_id not null
21-
-- constraints replaced in internal/db/schema/migrations/postgres/91/01_storage_policies.up.sql
2220
constraint policy_storage_policy_scope_id_fkey
2321
references iam_scope(public_id)
2422
on delete restrict

internal/db/schema/migrations/oss/postgres/91/01_storage_policies.up.sql

-25
This file was deleted.

internal/db/sqltest/tests/policy/org_policy_storage_policy.sql

-30
This file was deleted.

0 commit comments

Comments
 (0)