feat: add webhook + webhook_log models
This commit is contained in:
@@ -248,6 +248,7 @@ def get_user(user_id: int, db: Session = Depends(get_db)):
|
||||
@app.on_event("startup")
|
||||
def startup():
|
||||
from app.core.config import Base, engine
|
||||
from app.models import webhook
|
||||
Base.metadata.create_all(bind=engine)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user