fix debug statement in scheduled tasks

This commit is contained in:
Kenneth Kehl
2026-01-27 07:33:54 -08:00
parent 6ff3205f43
commit 0c10e1cdde
63 changed files with 230 additions and 464 deletions

View File

@@ -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():