I'd like to make some slight modifications to PuppetDB (adding a few columns and a table).
I've been reading through the source code and I can't seem to find the default structure that is setup on PuppetDb's initial install.
I need to modify the original source rather than simply ssh'ing in after the fact so I can save the initial setup into a docker file.
Does anyone know where in the source code the sql structure is defined?