You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer,
I need steps to create an Alembic migration script,
so that I can know how to create migration script and upgrade database schema version.
Write couple steps concisely on README to explain how to create and run migration script
tip: If you are inexperienced with alembic migrations, it might be worth it to try this out your self, by changing a property in a database model (sqlalchemy) and create script + upgrade/downgrade versions. If you use local env variable, your db will be sqlite based, so easily deleted and created.
Description
As a developer,
I need steps to create an Alembic migration script,
so that I can know how to create migration script and upgrade database schema version.
Write couple steps concisely on README to explain how to create and run migration script
tip: If you are inexperienced with alembic migrations, it might be worth it to try this out your self, by changing a property in a database model (sqlalchemy) and create script + upgrade/downgrade versions. If you use
local
env variable, your db will be sqlite based, so easily deleted and created.References:
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
1 hours
The text was updated successfully, but these errors were encountered: