#Staging DB
1 messages · Page 1 of 1 (latest)
Is it possible to release a minimal usable for testing migration based on staging db? There are no normally documented things about it, and currently migrations not provide minimal data set for testing and develop new things.
It probably isn't too hard to create some dummy data, what specifically do you want to test?
i need at least one entry per category (mod, plugin, respack, modpack) with one of loaders, maybe. im trying to create all of needed categories, loaders and other, but stil have issues with that lol
also! is mods and plugins have same project type? except loaders
Yeah mods and plugins are the same
issue with loaders again. i have this sample table with loaders:
but i got only forge loader in modpacks
why? what im doing wrong?
The joining loader ID needs to correspond with the ID in the loaders table
seems right, okay.
Here's what loaders and loaders_project_types look like on staging
bug?