mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 02:24:08 +02:00
Place field is useless
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
17
apps/participation/migrations/0007_remove_passage_place.py
Normal file
17
apps/participation/migrations/0007_remove_passage_place.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user