-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor migrations to exclude ORM usage, resolving errors caused by …
…evolving Entity structures (#37) Updated the migration approach to avoid using the ORM, as it was leading to issues when Entity structures were modified. Specifically, when the ORM was used to select data from the database, it triggered errors if a column was missing, yet this column was intended to be added in a subsequent migration. This change ensures more robust and error-free migrations.
- Loading branch information
1 parent
c1c4336
commit 66c11f9
Showing
1 changed file
with
1 addition
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters