Skip to content
Snippets Groups Projects
Verified Commit 8bc65bf4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing migration

parent 03430c2c
No related branches found
No related tags found
No related merge requests found
Pipeline #192162 passed with warnings
This commit is part of merge request !58. Comments created here will be created in the context of that merge request.
# Generated by Django 5.0.8 on 2024-08-06 18:52
import colorfield.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('paweljong', '0028_add_eventadditionalfield'),
]
operations = [
migrations.AlterField(
model_name='registrationstate',
name='colour',
field=colorfield.fields.ColorField(blank=True, default='', image_field=None, max_length=25, samples=None, verbose_name='Colour'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment