Skip to content

Rename trailing to trailing_enabled #980

@carkod

Description

@carkod

So it doesn't collide with PostgreSQL keyword. So far things work because we are safely inserting using Alembic or SQLAlchemy. But when doing it manually it will fail.

This will again require:

  • Update the Pydantic models, SQLModel tables to that new name
  • Replace every mention of it trailing -> trailing_enabled
  • Do the Alembic migration
  • Update api_db
  • Do the same work across pybinbot and binquant

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions