File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Layout from ' ~/layouts/DefaultGuideLayout'
2
2
3
3
export const meta = {
4
- title: ' On Delete Constraint Behaviour ' ,
4
+ title: ' On Delete Constraint Behavior ' ,
5
5
description: ' Understand the types of foreign key constraint deletes' ,
6
6
footerHelpType: ' postgres' ,
7
7
}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ export const postgres = [
157
157
description: ' Improve query performance using various index types in Postgres.' ,
158
158
},
159
159
{
160
- title: ' Cascade Deletes ' ,
160
+ title: ' On Delete Constraint Behavior ' ,
161
161
hasLightIcon: true ,
162
162
href: ' /guides/database/postgres/on-delete-constraint-behavior' ,
163
163
description: ' Understand the types of foreign key constraint deletes.' ,
You can’t perform that action at this time.
0 commit comments