gitsrht-initdb: import webhook types

This commit is contained in:
Drew DeVault 2020-03-28 16:33:24 -04:00
parent d5d8fccfb4
commit d5d136521d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Idempotent. If the tables already exist, they will not be re-created.
"""
import gitsrht.alembic
import gitsrht.types
import gitsrht.webhooks
from alembic import command
from alembic.config import Config