hoàn thành bước tạo docker compose

This commit is contained in:
2026-03-31 14:47:29 +07:00
parent c362692c51
commit 5d5ec7fb1a
16 changed files with 427 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
"""Alembic migration script template."""
# revision identifiers, used by Alembic.
revision = None
down_revision = None
branch_labels = None
depends_on = None
from alembic import op # noqa
def upgrade() -> None:
pass
def downgrade() -> None:
pass