SlimeCloud / SlimeBot

JDA-Bot um das SlimeCloud Discordteam zu unterstützen
https://discord.gg/slimecloud
GNU Affero General Public License v3.0
6 stars 6 forks source link

Allow to give card profiles a name for better orientation #233

Closed MineKing9534 closed 6 months ago

MineKing9534 commented 6 months ago

Checklist

Description

This allows users to give each card profile a name. These names do not have to be unique and the ids are still used for internal identification. The only purpose of this is to make it easier to distinguish between profiles.

Migration

alter table card_data add column name text;
update card_data set name = '*Unbenannt*';