Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DB connection, User entity, and schema #5

Merged
merged 2 commits into from
Sep 29, 2024
Merged

Update DB connection, User entity, and schema #5

merged 2 commits into from
Sep 29, 2024

Conversation

PhucNghi176
Copy link
Collaborator

  • Updated connection string in appsettings.Development.json to new server and database.
  • Modified User.cs: removed Gender and Phonenumber, added IsFirstLogin.
  • Updated ApplicationDbContextModelSnapshot.cs to reflect entity changes.
  • Added log entries in log-20240929.txt for sensitive data logging.
  • Added migration script 20240929111824_fix_entity.cs for schema changes.
  • Generated 20240929111824_fix_entity.Designer.cs to update schema.

- Updated connection string in `appsettings.Development.json` to new server and database.
- Modified `User.cs`: removed `Gender` and `Phonenumber`, added `IsFirstLogin`.
- Updated `ApplicationDbContextModelSnapshot.cs` to reflect entity changes.
- Added log entries in `log-20240929.txt` for sensitive data logging.
- Added migration script `20240929111824_fix_entity.cs` for schema changes.
- Generated `20240929111824_fix_entity.Designer.cs` to update schema.
@bentran1vn
Copy link
Owner

@PhucNghi176 Please handle the conflict, pull code usually !

@PhucNghi176
Copy link
Collaborator Author

PhucNghi176 commented Sep 29, 2024 via email

@PhucNghi176 PhucNghi176 merged commit a1e08a0 into main Sep 29, 2024
@PhucNghi176 PhucNghi176 deleted the Entity branch October 11, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants