From 43d54b6ad3d094364af3b9f99ce8726dc02e7395 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 19 Jan 2016 12:17:01 +0000 Subject: [PATCH] Update the down revision to the version 0006 file. --- migrations/versions/0007_change_to_api_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/versions/0007_change_to_api_keys.py b/migrations/versions/0007_change_to_api_keys.py index 27718976f..d63c111d6 100644 --- a/migrations/versions/0007_change_to_api_keys.py +++ b/migrations/versions/0007_change_to_api_keys.py @@ -8,7 +8,7 @@ Create Date: 2016-01-19 10:50:46.269618 # revision identifiers, used by Alembic. revision = '0007_change_to_api_keys' -down_revision = '0005_add_job_details' +down_revision = '0006_add_user_details' from alembic import op import sqlalchemy as sa