Skip to content

Conversation

atyrode
Copy link
Contributor

@atyrode atyrode commented May 4, 2025

  • Modified the init_db function to let Alembic handle schema creation, removing the explicit schema creation step.
  • Updated the migrate_canvas_data migration to depend on the new create_schema migration, ensuring proper order of operations.
  • Introduced a new migration file create_schema.py to explicitly create the database schema, improving migration reliability.

- Modified the `init_db` function to let Alembic handle schema creation, removing the explicit schema creation step.
- Updated the `migrate_canvas_data` migration to depend on the new `create_schema` migration, ensuring proper order of operations.
- Introduced a new migration file `create_schema.py` to explicitly create the database schema, improving migration reliability.
@atyrode atyrode merged commit e8550e5 into main May 4, 2025
1 check passed
@atyrode atyrode deleted the fix-schema-creation branch May 4, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant