forked from sahana/eden
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the
auth_event
table out of AuthS3
Fixes sahana#1525 This prevents the `auth_event` table from being loaded on every request. The `table_event` getter in web2py tries looking for the table in `db`, so I also had to override that getter on the AuthS3 class to look in `s3db` instead.
- Loading branch information
1 parent
c8e7483
commit 969a017
Showing
2 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters