mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
auto increment ID.
model tables are automatically created.
This commit is contained in:
@@ -150,7 +150,7 @@ namespace NzbDrone.Core.Test.Configuration
|
||||
|
||||
if (propertyInfo.PropertyType == typeof(string))
|
||||
{
|
||||
value = new Guid().ToString();
|
||||
value = Guid.NewGuid().ToString();
|
||||
}
|
||||
else if (propertyInfo.PropertyType == typeof(int))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user