kaxil commented on a change in pull request #14581:
URL: https://github.com/apache/airflow/pull/14581#discussion_r588655087



##########
File path: 
airflow/migrations/versions/2c6edca13270_resource_based_permissions.py
##########
@@ -30,7 +30,7 @@
 
 # revision identifiers, used by Alembic.
 revision = '2c6edca13270'
-down_revision = '849da589634d'
+down_revision = '2e42bb497a22'

Review comment:
       I can confirm it worked after that change:
   
   ```
   INFO  [alembic.runtime.migration] Running upgrade 64a7d6477aae -> 
e959f08ac86c, Change field in DagCode to MEDIUMTEXT for MySql
   INFO  [alembic.runtime.migration] Running upgrade e959f08ac86c -> 
82b7c48c147f, Remove can_read permission on config resource for User and Viewer 
role
   INFO  [alembic.runtime.migration] Running upgrade 82b7c48c147f -> 
449b4072c2da, Increase size of connection.extra field to handle multiple RSA 
keys
   INFO  [alembic.runtime.migration] Running upgrade 449b4072c2da -> 
8646922c8a04, Change default pool_slots to 1
   INFO  [alembic.runtime.migration] Running upgrade 8646922c8a04 -> 
2e42bb497a22, rename last_scheduler_run column
   Upgrades done
   ```




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

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


Reply via email to