You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/12 10:13:34 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #27009: Fix migration issue in upgrade using `type_` instead of `server_default`

ephraimbuddy opened a new pull request, #27009:
URL: https://github.com/apache/airflow/pull/27009

   This was failing but was not noticed due to an issue with breeze. 
   We should use `server_default` instead of `type_` since `sequence` is the default when table is described.
   The `type_` remains an integer with the added sequence
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ephraimbuddy merged pull request #27009: Fix migration issue in upgrade using `type_` instead of `server_default`

Posted by GitBox <gi...@apache.org>.
ephraimbuddy merged PR #27009:
URL: https://github.com/apache/airflow/pull/27009


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org