I am using alembic to create migrations. I want to bring data into a table during the first migration. There is a roles table in which you need to enter the data "loader" and "janitor". I do not know how to do that. I would be glad for any help!
Asked
Active
Viewed 26 times
0
-
Does this answer your question? [How do I execute inserts and updates in an Alembic upgrade script?](https://stackoverflow.com/questions/24612395/how-do-i-execute-inserts-and-updates-in-an-alembic-upgrade-script) – dskrypa Nov 20 '22 at 00:04