A from-scratch atproto PDS implementation in Python (mirrors https://github.com/DavidBuchanan314/millipds)

fix sql syntax, oops

+1 -1
+1 -1
src/millipds/database.py
··· 224 224 did TEXT PRIMARY KEY NOT NULL, 225 225 doc TEXT, 226 226 created_at INTEGER NOT NULL, 227 - expires_at INTEGER NOT NULL, 227 + expires_at INTEGER NOT NULL 228 228 ) 229 229 """ 230 230 )