mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-23 05:43:41 +01:00
19 lines
416 B
Python
19 lines
416 B
Python
|
# Generated by Django 2.1.5 on 2019-01-28 02:59
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('brutaldon', '0019_auto_20190124_0813'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name='account',
|
||
|
name='note_seen',
|
||
|
field=models.CharField(blank=True, max_length=128, null=True),
|
||
|
),
|
||
|
]
|