1
0
forked from metin2/web

Migrate spam_db to InnoDB and utf8mb4 #1

Closed
Tr0n wants to merge 1 commits from feat/spam-db-innodb into master
Owner

How to test:

  1. Run Migration
  2. add test record to the spam_db table INSERT INTO common.spam_db (type,word,score) VALUES ('SPAM','spam',50);
  3. start/restart the game server to ensure new value is loaded
  4. send 2 whisper messages containing the word "spam" in rapid succession
  5. you should now be banned from whispering for 15 minutes.

I've tested the change using regular roman characters and with German umlauts (ö) which worked flawlessly.

How to test: 1. Run Migration 1. add test record to the `spam_db` table `INSERT INTO common.spam_db (`type`,word,score) VALUES ('SPAM','spam',50);` 1. start/restart the game server to ensure new value is loaded 1. send 2 whisper messages containing the word "spam" in rapid succession 1. you should now be banned from whispering for 15 minutes. I've tested the change using regular roman characters and with German umlauts (ö) which worked flawlessly.
Tr0n added 1 commit 2025-01-01 20:22:24 +02:00
Tr0n closed this pull request 2025-01-01 20:27:12 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Tr0n/web#1
No description provided.