不要怂,就是干,撸起袖子干!

Commit 1c49827f by spinlud Committed by Pedro Augusto de Paula Barbosa

refactor(types): remove duplicated 'mariadb' dialect type (#11821)

1 parent 8fe367e9
Showing with 1 additions and 1 deletions
...@@ -170,7 +170,7 @@ export interface Config { ...@@ -170,7 +170,7 @@ export interface Config {
}; };
} }
export type Dialect = 'mysql' | 'postgres' | 'sqlite' | 'mariadb' | 'mssql' | 'mariadb'; export type Dialect = 'mysql' | 'postgres' | 'sqlite' | 'mariadb' | 'mssql';
export interface RetryOptions { export interface RetryOptions {
match?: (RegExp | string | Function)[]; match?: (RegExp | string | Function)[];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!