Skip to content

Commit 0f7063e

Browse files
committed
docs(postgres): rename other 'cascade deletes' to 'on delete constraint behavior'
1 parent de211be commit 0f7063e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/pages/guides/database/postgres/on-delete-constraint-behavior.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Layout from '~/layouts/DefaultGuideLayout'
22

33
export const meta = {
4-
title: 'On Delete Constraint Behaviour',
4+
title: 'On Delete Constraint Behavior',
55
description: 'Understand the types of foreign key constraint deletes',
66
footerHelpType: 'postgres',
77
}

apps/docs/pages/guides/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const postgres = [
157157
description: 'Improve query performance using various index types in Postgres.',
158158
},
159159
{
160-
title: 'Cascade Deletes',
160+
title: 'On Delete Constraint Behavior',
161161
hasLightIcon: true,
162162
href: '/guides/database/postgres/on-delete-constraint-behavior',
163163
description: 'Understand the types of foreign key constraint deletes.',

0 commit comments

Comments
 (0)