update
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-13 13:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('axc_ul', '0005_remove_pixel_survey_remove_pixel_rate_delete_survey'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='pixel',
|
||||
name='contaminated',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user