You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pokercc/news/migrations/0002_post_style.py

18 lines
366 B

# Generated by Django 2.2.5 on 2019-09-11 14:37
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('news', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='post',
name='style',
field=models.IntegerField(default=0),
),
]