REFACTOR ALL APIs

This commit is contained in:
Urtzi Alfaro
2025-10-06 15:27:01 +02:00
parent dc8221bd2f
commit 38fb98bc27
166 changed files with 18454 additions and 13605 deletions

View File

@@ -1,8 +1,8 @@
"""initial_schema_20251001_1118
"""initial_schema_20251006_1515
Revision ID: a0ed92525634
Revision ID: be2ef5e70df5
Revises:
Create Date: 2025-10-01 11:18:26.606970+02:00
Create Date: 2025-10-06 15:15:51.718465+02:00
"""
from typing import Sequence, Union
@@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision: str = 'a0ed92525634'
revision: str = 'be2ef5e70df5'
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None