#Staging DB

1 messages · Page 1 of 1 (latest)

worn grailBOT
#

Welcome to your thread, @junior lantern
Once you're finished, use /thread archive to close it. If you want to change the thread name, use /thread rename to do so.

junior lantern
#

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.

jolly kernel
#

It probably isn't too hard to create some dummy data, what specifically do you want to test?

junior lantern
#

also! is mods and plugins have same project type? except loaders

jolly kernel
#

Yeah mods and plugins are the same

junior lantern
#

issue with loaders again. i have this sample table with loaders:

#

but i got only forge loader in modpacks

#

why? what im doing wrong?

jolly kernel
#

The joining loader ID needs to correspond with the ID in the loaders table

jolly kernel
#

Here's what loaders and loaders_project_types look like on staging

junior lantern