TheNexusReborn / NexusIssues

Reporting hub for issues on The Nexus Reborn
0 stars 0 forks source link

Punishment System improvements #26

Open Firestar311 opened 11 months ago

Firestar311 commented 11 months ago

This will make it so that the different types of punishments will have their own table and the stored information will be flattened out into their own columns for each type. Punishment Removals will also be stored in a different table to allow for more information to be stored and easily organized.
This will not move any data, but just be additive and when punishments are loaded, checks for removals existing in that table will be used.

I eventually want to separate this into it's own library, but that requires a few more things to be created before that is ready.