forked from metin2/web
Migrate spam_db to InnoDB and utf8mb4 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/spam-db-innodb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to test:
spam_db
tableINSERT INTO common.spam_db (
type,word,score) VALUES ('SPAM','spam',50);
I've tested the change using regular roman characters and with German umlauts (ö) which worked flawlessly.
Pull request closed