aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 19:02:32 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 19:02:32 +0100
commitdb1df805d615af3b6913b0f702767fc73c694e0e (patch)
tree72653cf551728cf84922631288513cf37ccd0128 /migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
parentResolved some flakes warnings. (diff)
downloadnewspipe-db1df805d615af3b6913b0f702767fc73c694e0e.tar.gz
newspipe-db1df805d615af3b6913b0f702767fc73c694e0e.tar.bz2
newspipe-db1df805d615af3b6913b0f702767fc73c694e0e.zip
simplify process_filters in article_utils.py
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