Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Revert "Check sqlite database file exists before porting. (#14692)"
Browse files Browse the repository at this point in the history
This reverts commit 5c9be9c.
  • Loading branch information
H-Shay committed Mar 21, 2023
1 parent ec9224b commit 1a1eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/_scripts/synapse_port_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ def main() -> None:
sqlite_config = {
"name": "sqlite3",
"args": {
"database": "file:{}?mode=rw".format(args.sqlite_database),
"database": args.sqlite_database,
"cp_min": 1,
"cp_max": 1,
"check_same_thread": False,
Expand Down

0 comments on commit 1a1eac1

Please sign in to comment.