platypush/platypush/migrations
Fabio Manganiello a8255f3621
Pass the configuration file used by the application to the Alembic process.
The database settings could also be overridden in the configuration file
besides the command line.

We should therefore pass the path to the runtime configuration file, so
the Alembic process can initialize its configuration from the same file
and use the same settings.
2023-08-19 13:23:20 +02:00
..
alembic Pass the configuration file used by the application to the Alembic process. 2023-08-19 13:23:20 +02:00
alembic.ini Added support for automatic database migrations. 2023-04-29 11:32:31 +02:00