With latest commit (51ce4b2) cannot add to database
Closed this issue · 2 comments
aminvakil commented
After pulling this commit (51ce4b2)
I cannot add an event anymore to meetable.
Any attempt results in " Database Error: Could not connect to database" with "550 No Reason Phrase" http return code.
FYI I'm using mariadb 10.5.12 on Debian 11 Bullseye.
aaronpk commented
Make sure you run the migrations after pulling the new code
aminvakil commented
Thanks! Running php artisan migrate
after git pull
fixed the issue.