mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-12 21:12:17 -04:00
Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package
This commit is contained in:
parent
f4664a6cbd
commit
119e5d7702
15 changed files with 4 additions and 704 deletions
2
scripts/upgrade_db_to_v0.6.0.py
Normal file → Executable file
2
scripts/upgrade_db_to_v0.6.0.py
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
|
||||
#!/usr/bin/env python
|
||||
from synapse.storage import SCHEMA_VERSION, read_schema
|
||||
from synapse.storage._base import SQLBaseStore
|
||||
from synapse.storage.signatures import SignatureStore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue