Changeset ff202cf for iknow-api/Data/AppDbContext.cs
- Timestamp:
- 10/28/25 10:51:32 (11 months ago)
- Branches:
- master
- Children:
- 4708118
- Parents:
- b38c39c (diff), c2e73b6 (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:32)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:32)
- File:
-
- 1 edited
-
iknow-api/Data/AppDbContext.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Data/AppDbContext.cs
rb38c39c rff202cf 13 13 public DbSet<HighSchool> HighSchool { get; set; } 14 14 public DbSet<EnrollmentInfo> EnrollmentInfo { get; set; } 15 public DbSet<RefreshToken> RefreshToken { get; set; } 15 16 } 16 17 }
Note:
See TracChangeset
for help on using the changeset viewer.
