Skip to content

Commit

Permalink
remove postgres failover router
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Aug 4, 2022
1 parent 5e698c1 commit 5268c87
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 160 deletions.
1 change: 0 additions & 1 deletion api/base/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
}

DATABASE_ROUTERS = ['osf.db.router.PostgreSQLFailoverRouter', ]
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
Expand Down
Empty file removed osf/db/__init__.py
Empty file.
Empty file removed osf/db/backends/__init__.py
Empty file.
Empty file.
68 changes: 0 additions & 68 deletions osf/db/backends/postgresql/base.py

This file was deleted.

91 changes: 0 additions & 91 deletions osf/db/router.py

This file was deleted.

0 comments on commit 5268c87

Please sign in to comment.