mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
fix debug statement in scheduled tasks
This commit is contained in:
@@ -63,8 +63,7 @@ def view_handler() -> Iterator[None]:
|
||||
|
||||
yield
|
||||
|
||||
op.execute(
|
||||
"""
|
||||
op.execute("""
|
||||
CREATE VIEW notifications_all_time_view AS
|
||||
(
|
||||
SELECT
|
||||
@@ -118,8 +117,7 @@ def view_handler() -> Iterator[None]:
|
||||
document_download_count
|
||||
FROM notification_history
|
||||
)
|
||||
"""
|
||||
)
|
||||
""")
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
||||
Reference in New Issue
Block a user