Skip to content

Commit

Permalink
Change issue number to #4782
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremija committed Sep 19, 2019
1 parent 248f754 commit e5b3d3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {closeTestingConnections, createTestingConnections, reloadTestingDatabase
import {Connection} from "../../../src/connection/Connection";
import {expect} from "chai";

describe("github issues > 2737 mariadb driver wants to recreate create/update date columns CURRENT_TIMESTAMP(6) === current_timestamp(6)", () => {
describe("github issues > 4782 mariadb driver wants to recreate create/update date columns CURRENT_TIMESTAMP(6) === current_timestamp(6)", () => {

let connections: Connection[];
before(async () => connections = await createTestingConnections({
Expand Down

0 comments on commit e5b3d3a

Please sign in to comment.