aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py')
-rw-r--r--migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py b/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
index 83175034..626d0f1a 100644
--- a/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
+++ b/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
@@ -9,6 +9,7 @@ Create Date: 2016-10-05 08:47:51.384069
# revision identifiers, used by Alembic.
from alembic import op
import sqlalchemy as sa
+
revision = "f700c4237e9d"
down_revision = "16f8fc3cf0cc"
branch_labels = None
bgstack15