mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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