diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-13 11:07:22 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-13 11:07:22 +0100 |
commit | 791db98c55373abfb8a5b4985ad004370f809b97 (patch) | |
tree | 4bf79356dd365fc07162d22dca4a0d6ccc98bb54 | |
parent | The date of modification of articles is now used to detect changes. (diff) | |
download | newspipe-791db98c55373abfb8a5b4985ad004370f809b97.tar.gz newspipe-791db98c55373abfb8a5b4985ad004370f809b97.tar.bz2 newspipe-791db98c55373abfb8a5b4985ad004370f809b97.zip |
Again problems with alembic...
-rw-r--r-- | migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py b/migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py index 6e12964f..150ea990 100644 --- a/migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py +++ b/migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py @@ -9,8 +9,6 @@ Create Date: 2016-02-12 21:51:40.868539 # revision identifiers, used by Alembic. revision = '7f973d010686' down_revision = '25ca960a207' -branch_labels = None -depends_on = None from alembic import op import sqlalchemy as sa |