SQL alechmy update database schema

215 Views Asked by At

I'm using SQL alechmy for a project, I've got a system running with some important data, but I would like to update my schemas to make new features. What's the best practice here? Can schemas be updated without dropping all tables and recreate database? (currently I am running into trouble with

manage.py migrate

Not working. Ie. Not picking up new changes to table fields)

Thanks a lot in advance, C

0

There are 0 best solutions below