Merge pull request #7229 from frappe/revert-7177-check-version-hf
Revert "fix: Raise exception if apps are on incompatible branches"
This commit is contained in:
commit
e10af018b3
2 changed files with 0 additions and 4 deletions
|
|
@ -188,9 +188,6 @@ def connect(site=None, db_name=None):
|
|||
local.db = Database(user=db_name or local.conf.db_name)
|
||||
set_user("Administrator")
|
||||
|
||||
for hook in get_hooks("connect") or []:
|
||||
get_attr(hook)()
|
||||
|
||||
def connect_read_only():
|
||||
from frappe.database import Database
|
||||
|
||||
|
|
|
|||
|
|
@ -84,4 +84,3 @@ class RetryBackgroundJobError(Exception): pass
|
|||
class DocumentLockedError(ValidationError): pass
|
||||
class CircularLinkingError(ValidationError): pass
|
||||
class SecurityException(Exception): pass
|
||||
class IncompatibleApp(ValidationError): pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue