Skip to content

Rename fields in users database schema #32

@jorgeberrex

Description

@jorgeberrex

In efforts to be consistent with a single naming convention, some fields need to be renamed
wool_destroys -> monumentDestroys
wool_pickups -> woolPickups
wool_placements -> woolPlacements

These should ideally be eventually moved into gamemode specific stat sections, along the lines of:

{
    "name": "Notch",
    "kills": 100,
    "deaths": 38579,
    ...
    "gamemodes": {
        "DTM": {
            "monumentDestroys": 15
        },
        "CTW": {
            "woolPickups": 24,
            "woolPlacements": 9,
        },
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions