Torrent v1 done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-08-24 21:16:03 +02:00
parent 0c2f131fff
commit 85f559a607
15 changed files with 2790 additions and 48 deletions

View File

@@ -64,6 +64,7 @@ namespace Aberwyn.Data
public DbSet<TorrentItem> TorrentItems { get; set; }
public DbSet<RssFeed> RssFeeds { get; set; }
public DbSet<DownloadRule> DownloadRules { get; set; }
public DbSet<UserTorrentSeen> UserTorrentSeen { get; set; }
}
}