Rename user booked_user in file database_schema/create-user.sql to user schedule_user to remain consistent with file Presenters/Install/Installer.php
Replace the address localhost in file database_schema/create-user.sql to the wildcard address % to take into account the fact that the app might run on a different ip address than the database (ex: containers) and that the ip address of the app might not change
Changes