I am not sure how I can use flask-migrate and alembic to generate migrations which create the functions and triggers. I have done this manually but is there a way to automate via migrations? Also the tsvector type is available in sqlalchemy-util, I have to manually add it to the migrations file, How can this be done automatically when i run "db migrate"
I am not sure how I can use flask-migrate and alembic to generate migrations which create the functions and triggers. I have done this manually but is there a way to automate via migrations? Also the tsvector type is available in sqlalchemy-util, I have to manually add it to the migrations file, How can this be done automatically when i run "db migrate"