The-Ultimate-RAG / app /automigration.py
Andrchest's picture
Single commit for HF2
365de9c
raw
history blame contribute delete
100 Bytes
from app.backend.models.db_service import automigrate
if __name__ == "__main__":
automigrate()