Performance
-
Hi guys, I followed this doc https://gamipress.com/docs/advanced/database-performance/, when I add this in sql i get error and it says unexpected character?
ALTER TABLE gamipress_logs ADD INDEX type(type(191));
ALTER TABLE gamipress_logs ADD INDEX trigger_type(trigger_type(191));
ALTER TABLE gamipress_logs ADD INDEX user_id(user_id);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Performance’ is closed to new replies.