2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2024-12-22 13:26:14 +01:00
brutaldon-interfaccia-web-m.../brutaldon/migrations/0020_auto_20190127_2159.py
Jason McBrayer 01f2cc7d35 Fix more ID format issues with Pleroma
Paging is still not working.
2019-01-27 22:16:15 -05:00

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),
),
]