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

   When logging CLI actions we insert a record into the Log table.  But for 2.3 
we add column map_index to Log, and if the Log model expects map_index to be 
there the insert will fail and a warning will be emitted.
   
   We can avoid the error and warning by adding a server_default of NULL on 
map_index in Log. I choose NULL instead of -1 because
   generally speaking map_index doesn't make sense for Log tables.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to