This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Commit e0e929c
authored
fix(postgres-test): insert record with enums array into schema (sequelize#14161) (sequelize#14560)
Explanation:
- User.sync(), which references the schema, was executed before the schema exists
- add an `await` before the schema is created to enforce sequencing/synchronocity
Subtle style change:
- remove word 'even' from test description
Addresses only PostgreSQL-portion of issue sequelize#141611 parent 840864a commit e0e929c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
| |||
0 commit comments