fix: remove birthday from player, replace with birthyear where necessary

This commit is contained in:
Marvin Flock
2025-04-17 20:02:02 +02:00
parent 543aceaeab
commit d0ada72b68
4 changed files with 21 additions and 16 deletions
-1
View File
@@ -575,7 +575,6 @@ class com_sportsmanagerInstallerScript
. "\n `nachname` varchar(30) DEFAULT NULL,"
. "\n `vorname` varchar(30) NOT NULL DEFAULT '',"
. "\n `geschlecht` char(1) DEFAULT NULL,"
. "\n `geburtsdatum` date DEFAULT NULL,"
. "\n `geburtsjahr` smallint(5) unsigned DEFAULT NULL,"
. "\n `strasse` varchar(30) DEFAULT NULL,"
. "\n `plz` varchar(6) DEFAULT NULL,"