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
Describe the bug
When I run npm run db:migrate the script runs successfully, but it lacks the attributes from SoftDeleteEntity: deleted_on and deleted_by. This makes the application not to work.
To Reproduce
Steps to reproduce the behavior:
Run npm install
Run npm run db:migrate
run npm start
Send request to /auth/login
Expected behavior
Response should be returned.
Screenshots ERROR: column "deleted_on" does not exist at character 18 is shown in database log
Additional context
The text was updated successfully, but these errors were encountered:
lauksas
pushed a commit
to lauksas/loopback4-starter
that referenced
this issue
May 27, 2023
Describe the bug
When I run npm run db:migrate the script runs successfully, but it lacks the attributes from
SoftDeleteEntity
:deleted_on
anddeleted_by
. This makes the application not to work.To Reproduce
Steps to reproduce the behavior:
npm install
npm run db:migrate
npm start
/auth/login
Expected behavior
Response should be returned.
Screenshots
ERROR: column "deleted_on" does not exist at character 18
is shown in database logAdditional context
The text was updated successfully, but these errors were encountered: