sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
158 stars 59 forks source link

fixes #123 db migration scripts missing columns. #124

Closed lauksas closed 1 year ago

lauksas commented 1 year ago

Description

Fixes # 123

Type of change

Please delete options that are not relevant.

How Has This Been Tested ?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist :

shubhamp-sf commented 1 year ago

Thanks for your contribution @lauksas. 🚀

mariobustosjmz commented 1 year ago

Hi there, seems like that you have missing user_tenants table to include delete_on...

@lauksas

image