mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Set indexed config for MonPreset schema
This commit is contained in:
parent
4b656760d3
commit
acda9a23b4
@ -5,6 +5,7 @@ import com.riiablo.table.annotation.Table;
|
||||
import com.riiablo.table.table.MonPresetTable;
|
||||
|
||||
@Schema(
|
||||
indexed = true,
|
||||
preload = true
|
||||
)
|
||||
@Table(MonPresetTable.class)
|
||||
|
@ -50,7 +50,7 @@ public final class MonPresetTable extends Table<MonPreset> {
|
||||
|
||||
@Override
|
||||
protected boolean indexed() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user