Ticket #32832: 0003_nucleusdata_new_txt.py
File 0003_nucleusdata_new_txt.py, 414 bytes (added by , 3 years ago) |
---|
Line | |
---|---|
1 | # Generated by Django 2.2.24 on 2021-06-09 16:06 |
2 | |
3 | from django.db import migrations, models |
4 | |
5 | |
6 | class Migration(migrations.Migration): |
7 | |
8 | dependencies = [ |
9 | ('nucleus', '0002_auto_20210609_1553'), |
10 | ] |
11 | |
12 | operations = [ |
13 | migrations.AddField( |
14 | model_name='nucleusdata', |
15 | name='new_txt', |
16 | field=models.TextField(blank=True, default='abc', null=True), |
17 | ), |
18 | ] |