Initial commit: Robot ökoszisztéma v2.0 - Stabilizált jármű és szerviz robotok
This commit is contained in:
28
backend/migrations/versions/92fe3b877b24_add_rdw_mega_columns.py
Executable file
28
backend/migrations/versions/92fe3b877b24_add_rdw_mega_columns.py
Executable file
@@ -0,0 +1,28 @@
|
||||
"""add_rdw_mega_columns
|
||||
|
||||
Revision ID: 92fe3b877b24
|
||||
Revises: 0473a3146058
|
||||
Create Date: 2026-03-01 03:07:11.918540
|
||||
|
||||
"""
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = '92fe3b877b24'
|
||||
down_revision: Union[str, Sequence[str], None] = '0473a3146058'
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
"""Upgrade schema."""
|
||||
pass
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
"""Downgrade schema."""
|
||||
pass
|
||||
Reference in New Issue
Block a user