Core/Pooling: Fixed pooling when compiled with TRINITY_STRICT_DATABASE_TYPE_CHECKS

This commit is contained in:
Shauren
2020-07-14 12:42:37 +02:00
parent ee34a1f19e
commit 55dbe35cc7

View File

@@ -0,0 +1 @@
ALTER TABLE `pool_members` CHANGE `chance` `chance` float NOT NULL;