package com.gmail.nossr50.database;

public enum DatabaseUpdate {
    FISHING,
    BLAST_MINING,
    CASCADE_DELETE,
    INDEX;
}