Files
Paradise/SQL/updates/65-66.sql
Burzah b642a271e1 Reverts Slime/IPC Imitation Cosmetics (#28695)
* Initial commit

* Removes unused define

* oops
2025-04-03 17:17:35 +00:00

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`;