Skip to content

Commit

Permalink
Remove unnecessary falsy supportsAlterTable() option
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Nov 11, 2023
1 parent 533aa67 commit 91e4be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/db2i.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe('Db2iFormatter', () => {
supportsAlterTable(format, {
addColumn: true,
dropColumn: true,
renameColumn: false,
});
supportsDropTable(format, { ifExists: true });
supportsJoin(format, {
Expand Down

0 comments on commit 91e4be0

Please sign in to comment.