38443-vm/db/migrations/20260218_make_invite_code_binary.sql
2026-02-18 16:47:44 +00:00

3 lines
142 B
SQL

-- Migration to make invite_code case-sensitive
ALTER TABLE servers MODIFY invite_code VARCHAR(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;