mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
auto increment ID.
model tables are automatically created.
This commit is contained in:
parent
aeebae33fd
commit
7603d8e1ba
8 changed files with 35 additions and 6 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue