Skip to content

Commit

Permalink
Updating generated FK ID in test after fixing bug in FK.HashOf()
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Jan 24, 2024
1 parent b8b29e6 commit d15a77e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const diffTests = [
" `test_pk` int,\n" +
" PRIMARY KEY (`id`),\n" +
" KEY `test_pk` (`test_pk`),\n" +
" CONSTRAINT `s7utamh8` FOREIGN KEY (`test_pk`) REFERENCES `test` (`pk`)\n" +
" CONSTRAINT `lfbtivir` FOREIGN KEY (`test_pk`) REFERENCES `test` (`pk`)\n" +
") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_bin;",
to_create_statement: "",
},
Expand Down Expand Up @@ -306,7 +306,7 @@ export const diffTests = [
" `test_pk` int,\n" +
" PRIMARY KEY (`id`),\n" +
" KEY `test_pk` (`test_pk`),\n" +
" CONSTRAINT `s7utamh8` FOREIGN KEY (`test_pk`) REFERENCES `test` (`pk`)\n" +
" CONSTRAINT `lfbtivir` FOREIGN KEY (`test_pk`) REFERENCES `test` (`pk`)\n" +
") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_bin;",
to_create_statement: "",
},
Expand Down

0 comments on commit d15a77e

Please sign in to comment.