diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-13 11:24:29 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-13 11:24:29 +0100 |
commit | af99e974b7f786a21b6dc071fe5f4041a755f55c (patch) | |
tree | ccb64605e69dbfa88ad2b9bd18e4d69ed46fc3cb /migrations | |
parent | Again problems with alembic... (diff) | |
download | newspipe-af99e974b7f786a21b6dc071fe5f4041a755f55c.tar.gz newspipe-af99e974b7f786a21b6dc071fe5f4041a755f55c.tar.bz2 newspipe-af99e974b7f786a21b6dc071fe5f4041a755f55c.zip |
alembic id
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/versions/7f973d010686_add_updated_date_column_to_article_table.py | 4 |
1 files changed, 2 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 150ea990..2c67450c 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 @@ -1,13 +1,13 @@ """add updated_date column to article table -Revision ID: 7f973d010686 +Revision ID: 3f83bfe93fc Revises: 25ca960a207 Create Date: 2016-02-12 21:51:40.868539 """ # revision identifiers, used by Alembic. -revision = '7f973d010686' +revision = '3f83bfe93fc' down_revision = '25ca960a207' from alembic import op |