test / app /automigration.py
Andrchest's picture
final try 64
28b6774
raw
history blame contribute delete
140 Bytes
from app.backend.models.db_service import automigrate, check_tables
if __name__ == '__main__':
automigrate()
print(check_tables())