mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
7 lines
209 B
SQL
7 lines
209 B
SQL
--
|
|
-- Implemented in PR #14591.
|
|
-- Removes the decrepit, unused skills in the loadout.
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters` DROP COLUMN `skills`;
|
|
ALTER TABLE `ss13_characters` DROP COLUMN `skill_specialization`; |