Remove unique requirement from guild id
Yes, you could only have one config flag per server...
This commit is contained in:
parent
33b70bf884
commit
1d9d9a8f3c
@ -15,7 +15,6 @@ namespace ChaosBot.Database.Entity
|
|||||||
|
|
||||||
public string serializedValue { get; }
|
public string serializedValue { get; }
|
||||||
|
|
||||||
[DBUnique]
|
|
||||||
public long guildId { get; }
|
public long guildId { get; }
|
||||||
|
|
||||||
public ServerConfigurationFlag(string key, T value, ulong guildId)
|
public ServerConfigurationFlag(string key, T value, ulong guildId)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user