Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
The-Ultimate-RAG-HF
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app
/
automigration.py
Andrchest
final try 64
28b6774
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
from
app.backend.models.db_service
import
automigrate, check_tables
if
__name__ ==
'__main__'
:
automigrate()
print
(check_tables())