mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 04:31:41 +00:00
6 lines
149 B
SQL
6 lines
149 B
SQL
# Updates DB from 64 to 65 ~Burzah
|
|
# Removes column species_subtype on the characters table
|
|
|
|
ALTER TABLE `characters`
|
|
DROP COLUMN `species_subtype`;
|