We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582d40c commit ff505ccCopy full SHA for ff505cc
test/functional/migrations/show-command/command.ts
@@ -6,7 +6,7 @@ describe("migrations > show command", () => {
6
let connections: Connection[];
7
before(async () => connections = await createTestingConnections({
8
migrations: [__dirname + "/migration/*.js"],
9
- enabledDrivers: ["postgres"],
+ enabledDrivers: ["mysql", "mariadb", "oracle", "mssql", "sqljs", "sqlite", "postgres"],
10
schemaCreate: true,
11
dropSchema: true,
12
}));
0 commit comments