Files
Fractured/data/sql/updates/db_auth/2025_07_03_00.sql
T
2026-05-06 21:18:20 -04:00

5 lines
177 B
SQL

-- DB update 2025_02_16_01 -> 2025_07_03_00
--
ALTER TABLE `autobroadcast_locale`
CHANGE COLUMN `text` `text` LONGTEXT NOT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `locale`;