Skip to content

Commit ec3fd52

Browse files
committed
Add page_ops back to update_and_prepare_db
1 parent 0242f4d commit ec3fd52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/btrixcloud/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ async def update_and_prepare_db(
8181
coll_ops,
8282
invite_ops,
8383
storage_ops,
84+
page_ops,
8485
background_job_ops,
8586
db_inited,
8687
):

backend/btrixcloud/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def main() -> None:
269269
coll_ops,
270270
invites,
271271
storage_ops,
272+
page_ops,
272273
background_job_ops,
273274
db_inited,
274275
)

0 commit comments

Comments
 (0)