Skip to content

Commit

Permalink
Update src/dma/collector/workflows/readiness_check/_postgres/main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Fincher <204685+cofin@users.noreply.github.com>
  • Loading branch information
cofin authored Oct 28, 2024
1 parent 85d1379 commit 216de9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
PGLOGICAL_INSTALLED = "PGLOGICAL_INSTALLED"
PRIVILEGES = "PRIVILEGES"
PGLOGICAL_NODE_ALREADY_EXISTS = "PGLOGICAL_NODE_ALREADY_EXISTS"
TABLES_WITH_NO_PK = "TABLES_WITH_NO_PK"
TABLES_WITH_NO_PK: Final[str] = "TABLES_WITH_NO_PK"


@dataclass
Expand Down

0 comments on commit 216de9f

Please sign in to comment.