Closed avafloww closed 2 years ago
How do/Do we handle conflicting entity names across modules with this?
How do/Do we handle conflicting entity names across modules with this?
As far as DB migrations go? We don't. I don't really know if there's a good answer to enforcing this, except maybe saying "please make your entity name like your module name, i.e. XivMarketSomething
).
As far as config, it doesn't matter; config is stored per-module (keyed by the package name), subject type (global/guild/user), and subject (guild/user ID).
I don't really know if there's a good answer to enforcing this, except maybe saying "please make your entity name like your module name, i.e. XivMarketSomething).
Good enough for me, approving.
Describe your changes
yep. Also fixes migrations not being run, so you can turn
DATABASE_SYNCHRONIZE=false
again now when not doing any database work.Issue ticket number and link
61