mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 06:32:21 +01:00
17 lines
325 B
Python
17 lines
325 B
Python
# Generated by Django 4.2.6 on 2023-11-24 20:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("marietje", "0009_auto_20231124_2117"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="user",
|
|
name="queue",
|
|
),
|
|
]
|