IvanParvanovski / WorkPal

MIT License
0 stars 0 forks source link

Separate the company-related models and functionalities from the authentication app into a distinct app. #4

Closed IvanParvanovski closed 5 months ago

IvanParvanovski commented 5 months ago

Transfer the migrations and models associated with the company and its functionalities from the authentication app to a dedicated app named company_profiles_app, where all this logic will be managed.

IvanParvanovski commented 5 months ago

Due to multiple migrations in the authentication app dependent on the company and employment models, it was necessary to reset all migrations to address and resolve the issues.