Skip to content

Replace db.create_all() with Migration Workflows in Guides #133

@barteg

Description

@barteg

The current documentation relies on db.create_all() for database setup. This method is idempotent and will not apply schema changes (new columns, table updates) to an existing database. This creates a risk of silent failures when developers pull new code updates.
Task:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions