diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-03-04 00:01:45 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-03-04 00:01:45 +0100 |
commit | bb60a17f7bff315ef6b375f38d49d7200fb8f0c5 (patch) | |
tree | b381e4c8c910b2f2f282f6dadbda1a8c1938e358 /migrations | |
parent | Merge remote-tracking branch 'origin/master' into evol/api (diff) | |
download | newspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.tar.gz newspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.tar.bz2 newspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.zip |
adding refresh rate to the profile form
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/versions/4b5c161e1ced_.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/versions/4b5c161e1ced_.py b/migrations/versions/4b5c161e1ced_.py index 32cfe8c8..6f591e7e 100644 --- a/migrations/versions/4b5c161e1ced_.py +++ b/migrations/versions/4b5c161e1ced_.py @@ -27,7 +27,7 @@ def upgrade(): nullable=True, default=unix_start, server_default=str(unix_start))) op.add_column('feed', sa.Column('etag', sa.String(), nullable=True)) op.add_column('user', sa.Column('refresh_rate', sa.Integer(), - nullable=True)) + nullable=True, default=60)) # end Alembic commands ### |