forked from EllieBotDevs/elliebot
Updated Db models
I hate working on database stuff
This commit is contained in:
parent
97e81ac0f4
commit
29c0b4acfc
32 changed files with 357 additions and 185 deletions
src/EllieBot/Db/Models
|
@ -8,7 +8,7 @@ public class FeedSub : DbEntity
|
|||
|
||||
public ulong ChannelId { get; set; }
|
||||
public string Url { get; set; }
|
||||
|
||||
|
||||
public string Message { get; set; }
|
||||
|
||||
public override int GetHashCode()
|
||||
|
|
Reference in a new issue