Reference for Database Migrations¶
Here’s the list of all the Database Migrations that are executed via when you run airflow db migrate.
Warning
Those migration details are mostly used here to make the users aware when and what kind of migrations will be executed during migrations between specific Edge3 provider versions. The intention here is that the “DB conscious” users might perform an analysis on the migrations and draw conclusions about the impact of the migrations on their Airflow database.
Revision ID |
Revises ID |
Edge3 Version |
Description |
|---|---|---|---|
|
|
|
Fix migration file/ORM inconsistencies. |
|
|
|
Add concurrency column to edge_worker table. |
|
|
|
Create Edge tables if missing. |