Skip to content

Commit

Permalink
plural, I hate this convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Sep 24, 2023
1 parent efcaf39 commit 364f4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sscce-sequelize-6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function run() {

await Promise.all([
sequelize.query(`
insert into foo (
insert into foos (
id, name
)
select
Expand All @@ -70,7 +70,7 @@ export async function run() {
from generate_series(1, 1000000) s(i)
`),
sequelize.query(`
insert into bar (
insert into bars (
id, fooId, data
)
select
Expand Down

0 comments on commit 364f4e5

Please sign in to comment.