change table name prefix for LogViewerQuery

This commit is contained in:
Bjarke Berg
2021-03-12 13:33:38 +01:00
parent fca6fb2a44
commit 57386c8fbc

View File

@@ -76,7 +76,7 @@ namespace Umbraco.Cms.Core
public const string Consent = TableNamePrefix + "Consent";
public const string UserLogin = TableNamePrefix + "UserLogin";
public const string LogViewerQuery = "cms" + "LogViewerQuery";
public const string LogViewerQuery = TableNamePrefix + "LogViewerQuery";
}
}
}