mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 22:30:46 -05:00
Only catch databas errors
This commit is contained in:
parent
7d5b142547
commit
43b77c5d97
@ -26,7 +26,7 @@ def run_create(cur, database_engine, *args, **kwargs):
|
|||||||
synapse.storage.prepare_database.executescript(
|
synapse.storage.prepare_database.executescript(
|
||||||
cur, os.path.join(delta_dir, "34", "device_outbox.sql")
|
cur, os.path.join(delta_dir, "34", "device_outbox.sql")
|
||||||
)
|
)
|
||||||
except:
|
except database_engine.module.DatabaseError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user