Skip to content

Commit

Permalink
sources removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Sep 3, 2024
1 parent 053347c commit 078b18b
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 97 deletions.
10 changes: 0 additions & 10 deletions OneShelf.Videos/OneShelf.Videos.App/Database/Models/Source.cs

This file was deleted.

18 changes: 0 additions & 18 deletions OneShelf.Videos/OneShelf.Videos.App/Database/Models/SourceTopic.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public VideosDatabase(DbContextOptions<VideosDatabase> options)
public required DbSet<Chat> Chats { get; set; }
public required DbSet<Message> Messages { get; set; }
public required DbSet<InventoryItem> InventoryItems { get; set; }
public required DbSet<Source> Sources { get; set; }
public required DbSet<SourceTopic> SourceTopics { get; set; }

public void AddItems(IEnumerable<(long chatId, int messageId, string path, DateTime publishedOn, NewMediaItemResult result, DateTime? fileNameTimestamp)> items)
{
Expand Down
Loading

0 comments on commit 078b18b

Please sign in to comment.