Merge pull request #3188 from sbwalker/dev

remove unecessary NotMapped attribute
This commit is contained in:
Shaun Walker 2023-08-24 16:42:30 -04:00 committed by GitHub
commit 14ae553557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Oqtane.Models
{
@ -34,14 +33,13 @@ namespace Oqtane.Models
public string Description { get; set; }
/// <summary>
/// logo
/// logo file id
/// </summary>
public int? LogoFileId { get; set; }
/// <summary>
/// logo
/// logo url
/// </summary>
[NotMapped]
public string LogoUrl { get; set; }
/// <summary>