mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
* Reduces maximum name length
* Revert "Reduces maximum name length"
This reverts commit 7d0fe75c54.
* why were these in _compile_options.dm
* SQL Stuff
5 lines
227 B
SQL
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
|