2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2025-01-20 19:08:21 +01:00
brutaldon-interfaccia-web-m.../brutaldon/migrations/0014_account_note_seen.py
2019-05-17 13:07:11 -04:00

15 lines
348 B
Python

# Generated by Django 2.1.1 on 2018-09-08 11:47
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("brutaldon", "0013_auto_20180826_1935")]
operations = [
migrations.AddField(
model_name="account", name="note_seen", field=models.IntegerField(null=True)
)
]