Merge pull request #793 from gpodder/remove-advertise
[mygpo.git] / mygpo / podcasts / migrations / 0040_podcast_update_interval_factor.py
blobe54fa8371c0aa554fd7877e1aaf291bf52f7d623
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.5 on 2017-12-03 19:53
3 from __future__ import unicode_literals
5 from django.db import migrations, models
8 class Migration(migrations.Migration):
10 dependencies = [("podcasts", "0039_podcast_search_index_uptodate")]
12 operations = [
13 migrations.AddField(
14 model_name="podcast",
15 name="update_interval_factor",
16 field=models.FloatField(default=1),