Skip to content

Commit

Permalink
fix: #492 and other template issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Nov 14, 2024
1 parent 1b75edf commit a8f4b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public AppDbContext(DbContextOptions options) : base(options) { }
public DbSet<TenantMembership> TenantMemberships => Set<TenantMembership>();
#endif

#if UserPictures
#if (Identity && UserPictures)
public DbSet<UserPhoto> UserPhotos => Set<UserPhoto>();
#endif

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Coalesce.Starter.Vue.Data.Models;

namespace Coalesce.Starter.Vue.Data;
namespace Coalesce.Starter.Vue.Data;

public class DatabaseSeeder(AppDbContext db)
{
Expand Down

0 comments on commit a8f4b4e

Please sign in to comment.