feat: project migration

This commit is contained in:
Timothy J. Baek
2024-10-01 17:35:10 -07:00
parent fb083237cd
commit bf57dd808e
3 changed files with 76 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
from alembic import op
from sqlalchemy import Inspector
import uuid
def get_existing_tables():
@@ -11,4 +10,6 @@ def get_existing_tables():
def get_revision_id():
import uuid
return str(uuid.uuid4()).replace("-", "")[:12]