Remove db connection check #299
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/299/head"
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?
This will remove the db connection check, which has caused some trouble in the past.
It will now simply run gitea migrate and output a message, if the database is not available.
Fixes #149
Also fixes #274
LGTM.