[DiscordArchive] Is the world database considered "disposable". I'm working on a module that requires adding a shed l
[DiscordArchive] Is the world database considered "disposable". I'm working on a module that requires adding a shed l
Archived author: Deleted User • Posted: 2021-08-07T01:08:30.632000+00:00
Original source
Is the world database considered "disposable". I'm working on a module that requires adding a shed load of new fields to tables and adding new rows.
Having some kind of `up.sql` and `down.sql` is already growing a bit out of hand.
Would it be wrong to tell users to drop their world db after adding / removing the module so world can rebuild?