Skip to content

Commit 90f6813

Browse files
committed
chore: minor tweak
1 parent 3ff06f6 commit 90f6813

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/reference/mysql/how-to/_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
## [How to ALTER TABLE](/reference/mysql/how-to/how-to-alter-table-mysql)
1313

14-
## [How to drop a CONSTRAINT](/reference/mysql/how-to/how-to-drop-constraint-mysql)
14+
## [How to DROP CONSTRAINT](/reference/mysql/how-to/how-to-drop-constraint-mysql)

content/reference/mysql/how-to/how-to-drop-constraint-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to drop a CONSTRAINT in MySQL
2+
title: How to DROP CONSTRAINT in MySQL
33
updated_at: 2025/03/13 12:00:00
44
---
55

content/reference/postgres/how-to/_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
## [How to ALTER COLUMN TYPE](/reference/postgres/how-to/how-to-alter-column-type-postgres)
1717

18-
## [How to drop a CONSTRAINT](/reference/postgres/how-to/how-to-drop-constraint-postgres)
18+
## [How to DROP CONSTRAINT](/reference/postgres/how-to/how-to-drop-constraint-postgres)

content/reference/postgres/how-to/how-to-drop-constraint-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Drop a CONSTRAINT in Postgres
2+
title: How to DROP CONSTRAINT in Postgres
33
updated_at: 2025/03/14 12:00:00
44
---
55

0 commit comments

Comments
 (0)