We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac82ab commit 6b97edfCopy full SHA for 6b97edf
constants.ts
@@ -10,7 +10,7 @@ export const VALID_TAGS = [
10
"other",
11
] as const
12
13
-export const VALID_DATABASES = ['mysql', 'pgsql', 'postgresql'] as const
+export const VALID_DATABASES = ['mysql', 'postgresql'] as const
14
15
export type ValidTag = typeof VALID_TAGS[number]
16
export type ValidDatabase = typeof VALID_DATABASES[number]
0 commit comments