vchiapaikeo commented on PR #40695:
URL: https://github.com/apache/airflow/pull/40695#issuecomment-2220820416

   There is also a FK defined around this -->
   
   ```
           ForeignKeyConstraint(
               [trigger_id],
               ["trigger.id"],
               name="task_instance_trigger_id_fkey",
               ondelete="CASCADE",
           ),
   ```
   
   Unsure if we need to drop the constraint before performing the migration. I 
was able to do this on my database without needing to drop the constraint.


-- 
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