diff --git a/gitsrht-initdb b/gitsrht-initdb index ecc007a..cf6bc27 100755 --- a/gitsrht-initdb +++ b/gitsrht-initdb @@ -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