-
-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
enhancementNew feature or requestNew feature or requestplannedThis request will be implementedThis request will be implemented
Description
I'd like to suggest a tweak to the database name creation routine.
Currently, the database name (as well as the username) is automatically created by removing the dots, truncating on a number of characters, then appending a random string.
My suggestion is to replace the dots with underline characters instead of removing them. The advantage of this method is making more intuitive to a human being to identify which domain a given database belongs to.
Also, when a domain has dashes they are included in the database name. The dashes could be converted to underline too.
juanpvh and emanweb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplannedThis request will be implementedThis request will be implemented
Type
Projects
Status
Done