In the current version, it's possible to specify the table names for the "c" tables.
c_config c_lurkers c_ban_users c_messages c_reg_users c_users
This is really handy, as it lets us put prefixes on the table names so that they play safely with tables from other applications in the same database. Unfortunately, the "bot" tables do not share this feature.
bot_bot bot_bots bot_conversationlog bot_dstore bot_gmcache bot_gossip bot_patterns bot_templates bot_thatindex bot_thatstack
Will the next version provide the ability to specify these table names similarly to the old ones?
Log in to post a comment.
In the current version, it's possible to specify the table names for the "c" tables.
c_config
c_lurkers
c_ban_users
c_messages
c_reg_users
c_users
This is really handy, as it lets us put prefixes on the table names so that they play safely with tables from other applications in the same database. Unfortunately, the "bot" tables do not share this feature.
bot_bot
bot_bots
bot_conversationlog
bot_dstore
bot_gmcache
bot_gossip
bot_patterns
bot_templates
bot_thatindex
bot_thatstack
Will the next version provide the ability to specify these table names similarly to the old ones?