RAG-Integration-test / app /automigration.py
Andrchest's picture
Single commit for Hugging Face
ab250f8
raw
history blame contribute delete
100 Bytes
from app.backend.models.db_service import automigrate
if __name__ == "__main__":
automigrate()