mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-13 02:10:39 +01:00
b642a271e1
* Initial commit * Removes unused define * oops
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`;
|