Skip to content

Commit

Permalink
Merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Jun 17, 2024
1 parent b423032 commit 0b9a5ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.11 on 2024-06-01 07:45
# Generated by Django 4.2.11 on 2024-06-17 19:46

from django.db import migrations, models
import django.utils.timezone
Expand All @@ -11,6 +11,15 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AddField(
model_name="activity",
name="visible",
field=models.BooleanField(
default=True,
help_text="Vises i denne aktivtet. Kan bruges sammen med feltet 'Aktiviteten er synlig fra'",
verbose_name="Vises denne aktivitet",
),
),
migrations.AddField(
model_name="activity",
name="visible_from",
Expand Down
22 changes: 0 additions & 22 deletions members/migrations/0054_activity_visible.py

This file was deleted.

0 comments on commit 0b9a5ad

Please sign in to comment.