18 lines
335 B
Python
18 lines
335 B
Python
|
# Generated by Django 3.2.13 on 2022-04-26 19:42
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('participation', '0006_auto_20220426_1346'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='passage',
|
||
|
name='place',
|
||
|
),
|
||
|
]
|