Skip to content

Commit 6b97edf

Browse files
committed
refactor: update valid database data
1 parent 5ac82ab commit 6b97edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const VALID_TAGS = [
1010
"other",
1111
] as const
1212

13-
export const VALID_DATABASES = ['mysql', 'pgsql', 'postgresql'] as const
13+
export const VALID_DATABASES = ['mysql', 'postgresql'] as const
1414

1515
export type ValidTag = typeof VALID_TAGS[number]
1616
export type ValidDatabase = typeof VALID_DATABASES[number]

0 commit comments

Comments
 (0)