mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
5 lines
208 B
SQL
5 lines
208 B
SQL
# Updating SQL from 45 to 46 -AffectedArc07
|
|
# Adds a way to mute soundfiles from specific admins
|
|
ALTER TABLE `player`
|
|
ADD COLUMN `muted_adminsounds_ckeys` MEDIUMTEXT NULL DEFAULT NULL AFTER `server_region`;
|