♻️ Moved the site to the Zone project

This commit is contained in:
2025-11-19 22:28:52 +08:00
parent 9b4cbade5c
commit 1b774c1de6
16 changed files with 2537 additions and 151 deletions

View File

@@ -52,9 +52,6 @@ public class AppDatabase(
public DbSet<WebFeed> WebFeeds { get; set; } = null!;
public DbSet<WebFeedSubscription> WebFeedSubscriptions { get; set; } = null!;
public DbSet<SnPublicationSite> PublicationSites { get; set; } = null!;
public DbSet<SnPublicationPage> PublicationPages { get; set; } = null!;
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseNpgsql(