Skip to content

Commit

Permalink
adding the installation of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 1, 2024
1 parent 1468689 commit da9d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class DBType(str, Enum):
Enum class for the various database types
"""
MYSQL = "mysql"
POSTGRESQL = "postgresql"
POSTGRESQL = "postgres"


class JobTypeName(str, Enum):
Expand Down

0 comments on commit da9d4d9

Please sign in to comment.