Remove unique requirement from guild id

Yes, you could only have one config flag per server...
This commit is contained in:
Daniel_I_Am 2020-06-06 14:38:00 +02:00
parent 33b70bf884
commit 1d9d9a8f3c
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -15,7 +15,6 @@ namespace ChaosBot.Database.Entity
public string serializedValue { get; }
[DBUnique]
public long guildId { get; }
public ServerConfigurationFlag(string key, T value, ulong guildId)