The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
12347fecc9398b45f9bce03aa3a306877423be2d / Ephraim Anierobi 
<[email protected]>
Have consistent types/server_defaults between the ORM and the migration files

We currently don't compare column types between ORM and the migration files. 
Some columns in the migration files have different types from the same columns 
in the ORM.
Here, I made effort to match the types in migration files with the
 types in ORM, using the migration files as the source of truth in most cases.

I couldn't convert the MySQL VARCHAR collation in db(utf8_bin) to use the one 
in ORM(utf8mb3_bin). It seems it's not possible to convert a collation of an 
already existing column in MySQL.

Report URL: https://github.com/apache/airflow/actions/runs/2430390429

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to