Auto-create Database on initial run #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
FHeD does not create the tables required to run when it is first installed. This can be done with a simple script in the prereqs.php file.
Describe the solution you'd like
Script call in prereqs.php
Describe alternatives you've considered
Manually adding Tables and configuration
Additional context
Would allow ease of use and intuitiveness. Script running can be found here
Branch issue-10 created!