change table name prefix for LogViewerQuery
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user