Changing file_template option doesn't seem to have any effects #549
-
I am working on a Flask app relying on Flask-Sqlalchemy and Flask-Migrate. I set up some configs for the project but it seems Flask-Migrate is ignoring the Indeed instead of using the default file template So currently when running From what I read online, my template is correct and is supposed to work fine with Alembic, so why isn't it working here ? Is there anything specific to do compared to regular alembic ? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It works fine for me. Did you notice that alembic.ini is located inside the |
Beta Was this translation helpful? Give feedback.
It works fine for me. Did you notice that alembic.ini is located inside the
migrations
directory when using Flask-Migrate? That is where you need to add your custom settings.