If a plugin that I install has a database called cool_database
I can’t make a database called cool_database
. Since they’re sandboxed this shouldn’t be an issue. Additionally if I have the database and install the plugin, that might mess things up. This also makes me wonder if the databases can be edited by hard coding the values?
Installing a new DB with the name of an existing DB wouldn’t mess things up, since there’s scoped to the plugin id. However, the check for new DB names doesn’t currently take into account that the DB would be installed without any plugin scope, it checks if that DB name exists, attached to the current bot, at all.
This has been fixed.
1 Like