mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
AA requested byond_date col for player table
This commit is contained in:
@@ -27,3 +27,6 @@ ALTER TABLE `library` ADD INDEX(`flagged`);
|
||||
ALTER TABLE `notes` ADD INDEX(`ckey`);
|
||||
ALTER TABLE `oauth_tokens` ADD INDEX(`ckey`);
|
||||
|
||||
# Add player table field for byond account creation date
|
||||
|
||||
ALTER TABLE `player` ADD COLUMN `byond_date` DATE;
|
||||
|
||||
Reference in New Issue
Block a user