Skip to content

Commit

Permalink
Merge pull request #2841 from digitalfabrik/bugfix/migration
Browse files Browse the repository at this point in the history
Merge migrations
  • Loading branch information
svenseeberg committed Jun 11, 2024
2 parents 7c5fe62 + a63ea6d commit 234e040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.10 on 2024-04-03 08:12
# Generated by Django 4.2.10 on 2024-06-11 12:16

from django.db import migrations, models

Expand All @@ -17,7 +17,6 @@ class Migration(migrations.Migration):
model_name="language",
name="language_color",
field=models.CharField(
blank=False,
choices=[
("#FFBB78", "Mellow apricot"),
("#2CA02C", "Forest green"),
Expand Down Expand Up @@ -53,6 +52,7 @@ class Migration(migrations.Migration):
("#FFDAB9", "Almond"),
("#D62728", "Cherry"),
],
default="#000000",
help_text="This color is used to represent the color label of the chosen language",
max_length=7,
verbose_name="language color",
Expand Down
61 changes: 0 additions & 61 deletions integreat_cms/cms/migrations/0094_add_default_language_color.py

This file was deleted.

0 comments on commit 234e040

Please sign in to comment.