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

Fix birthday #209

Closed MineKing9534 closed 8 months ago

MineKing9534 commented 8 months ago

Checklist

Description

Fixes birthdays

Migration

Using 0 as default year broke the database for some reason. The default year now is 2000 which seems to work. However, all birthdays that were saved with the previous system may be off by a few days. For example when testing this PR and setting my birthday to MARCH 23 with the old system, MARCH 25 was written to the database

delete from birthdays;