aaronpk/Meetable

With latest commit (51ce4b2) cannot add to database

Closed this issue · 2 comments

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.

Make sure you run the migrations after pulling the new code

Thanks! Running php artisan migrate after git pull fixed the issue.