You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
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#14161
0 commit comments