bjupreti / karyakram-backend

http://3.99.181.235/docs
0 stars 2 forks source link

Alembic impelementation #16

Closed roshanbasnet closed 1 year ago

roshanbasnet commented 1 year ago

Alembic is setup for migration. We can use both sqlmodel and alchemy for upgrading and downgrading the tables and fields.

bjupreti commented 1 year ago

Changes looks good to me.