tangled
alpha
login
or
join now
retr0.id
/
millipds
A from-scratch atproto PDS implementation in Python (mirrors https://github.com/DavidBuchanan314/millipds)
10
fork
atom
overview
issues
pulls
pipelines
oops
retr0.id
1 year ago
7a4006f2
0b061d0d
options
unified
split
Changed files
+1
-1
migration_scripts
v2.py
+1
-1
migration_scripts/v2.py
···
8
8
from millipds import static_config
9
9
10
10
11
11
-
def migrate(con):
11
11
+
def migrate(con: apsw.Connection):
12
12
version_now, *_ = con.execute("SELECT db_version FROM config").fetchone()
13
13
14
14
assert version_now == 1