Files
Paradise/SQL/updates/24-25.sql
SabreML 63412043ee Fixes an SQL error from maximum name length (#16305)
* Reduces maximum name length

* Revert "Reduces maximum name length"

This reverts commit 7d0fe75c54.

* why were these in _compile_options.dm

* SQL Stuff
2021-07-25 15:51:47 +01:00

5 lines
227 B
SQL

# Updates the DB from 24 to 25 -SabreML
# Increases the maximum length of `real_name` from 45 to 55 in the `characters` table.
ALTER TABLE `characters` MODIFY COLUMN `real_name` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL