Solved
When Campaign asks you to drop an index?
When Updating the Databse structure, I see:
-- Log: Updating table 'NmsBroadLogRcp'
DROP INDEX nmsbroadlogrcp_event;
When this happens? That index will be created again automatically?
When Updating the Databse structure, I see:
-- Log: Updating table 'NmsBroadLogRcp'
DROP INDEX nmsbroadlogrcp_event;
When this happens? That index will be created again automatically?
Hello @god_prophet
Event is not index by default and it won't create it automatically. Index for Keys is created automatically.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.