mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 11:17:52 +08:00
FEATURE: initial implementation of generic filters for reports
This commit is contained in:
@ -8,7 +8,7 @@ import { renderAvatar } from "discourse/helpers/user-avatar";
|
||||
|
||||
// Change this line each time report format change
|
||||
// and you want to ensure cache is reset
|
||||
export const SCHEMA_VERSION = 3;
|
||||
export const SCHEMA_VERSION = 4;
|
||||
|
||||
const Report = Discourse.Model.extend({
|
||||
average: false,
|
||||
|
Reference in New Issue
Block a user