added globally unique identifier for Site ( used string data type to ensure compatibility with multiple database engines )

This commit is contained in:
Shaun Walker
2021-04-02 12:30:20 -04:00
parent 00f8f2cb89
commit 14480edd67
5 changed files with 93 additions and 68 deletions

View File

@ -18,6 +18,7 @@ namespace Oqtane.Models
public int? PwaAppIconFileId { get; set; }
public int? PwaSplashIconFileId { get; set; }
public bool AllowRegistration { get; set; }
public string SiteGuid { get; set; }
public string CreatedBy { get; set; }
public DateTime CreatedOn { get; set; }