more apps
This commit is contained in:
18
artsurvey/migrations/0127_artsurveysource_xrays.py
Normal file
18
artsurvey/migrations/0127_artsurveysource_xrays.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.8 on 2021-08-21 18:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('artsurvey', '0126_auto_20210706_1010'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='artsurveysource',
|
||||
name='xrays',
|
||||
field=models.BooleanField(default=False, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user