Changeset 1d32d5c for iknow-api/Data/AppDbContext.cs
- Timestamp:
- 10/28/25 10:51:44 (11 months ago)
- Branches:
- master
- Children:
- f844b7e
- Parents:
- 28759eb (diff), e423ff3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:51:44)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:44)
- File:
-
- 1 edited
-
iknow-api/Data/AppDbContext.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Data/AppDbContext.cs
r28759eb r1d32d5c 10 10 11 11 public DbSet<User> User { get; set; } 12 public DbSet<ContactInfo> ContactInfo { get; set; } 13 public DbSet<HighSchool> HighSchool { get; set; } 14 public DbSet<EnrollmentInfo> EnrollmentInfo { get; set; } 12 15 public DbSet<RefreshToken> RefreshToken { get; set; } 13 16 }
Note:
See TracChangeset
for help on using the changeset viewer.
