Skip to content

Write function to create database and load player data

Charles John Morgan requested to merge cm/create-database into master

Add function to create database and load player data. The columns for the users table are my best guess at what they should be. This function wipes out all data from these tables when it is run and then reloads the player data.

Merge request reports