This is an automated email from the ASF dual-hosted git repository.
dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new 0fa10db alembic fix
0fa10db is described below
commit 0fa10db465bc40e48b948939c1784a40913a11a6
Author: Daniel Imberman <[email protected]>
AuthorDate: Fri Jun 19 17:27:27 2020 -0700
alembic fix
---
.../versions/a66efa278eea_add_precision_to_execution_date_in_mysql.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/airflow/migrations/versions/a66efa278eea_add_precision_to_execution_date_in_mysql.py
b/airflow/migrations/versions/a66efa278eea_add_precision_to_execution_date_in_mysql.py
index ecb589d..59098a8 100644
---
a/airflow/migrations/versions/a66efa278eea_add_precision_to_execution_date_in_mysql.py
+++
b/airflow/migrations/versions/a66efa278eea_add_precision_to_execution_date_in_mysql.py
@@ -29,7 +29,7 @@ from sqlalchemy.dialects import mysql
# revision identifiers, used by Alembic.
revision = 'a66efa278eea'
-down_revision = '8f966b9c467a'
+down_revision = '952da73b5eff'
branch_labels = None
depends_on = None