Add core.sr.ht migrations to buildsrht-migrate

This commit is contained in:
Drew DeVault 2019-01-01 10:07:50 -05:00
parent 4649f7e767
commit acfe32454a
1 changed files with 2 additions and 1 deletions

3
buildsrht-migrate Normal file → Executable file
View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
import buildsrht.alembic
from srht.config import cfg
import srht.alembic
from srht.database import alembic
alembic("builds.sr.ht", buildsrht.alembic)
alembic("builds.sr.ht", srht.alembic)