Skip to content

Commit 2c6ee22

Browse files
committed
Revert "Primary keys that are most likely natural keys"
This reverts commit d274569.
1 parent d274569 commit 2c6ee22

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ For more information please see [PostgreSQL Versioning Policy](https://www.postg
5353
29. Primary keys with varchar columns instead of uuids ([sql](https://github.com/mfvanek/pg-index-health-sql/blob/master/sql/primary_keys_with_varchar.sql)).
5454
30. Columns with [varchar(n)](https://www.postgresql.org/docs/current/datatype-character.html) type ([sql](https://github.com/mfvanek/pg-index-health-sql/blob/master/sql/columns_with_fixed_length_varchar.sql)).
5555
31. Indexes with unnecessary where-clause on not null column ([sql](https://github.com/mfvanek/pg-index-health-sql/blob/master/sql/indexes_with_unnecessary_where_clause.sql)).
56-
32. Primary keys that are most likely natural keys ([sql](https://github.com/mfvanek/pg-index-health-sql/blob/master/sql/primary_keys_that_most_likely_natural_keys.sql)).
5756

5857
## Local development
5958

sql/primary_keys_that_most_likely_natural_keys.sql

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)