Skip to content

Commit

Permalink
rebase migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Oct 7, 2023
1 parent 3dcaa28 commit dcfed85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.

This file was deleted.

6 changes: 3 additions & 3 deletions ephios/plugins/complexsignup/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.4 on 2023-09-22 11:19
# Generated by Django 4.2.4 on 2023-10-04 11:50

import uuid

Expand All @@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("core", "0021_alter_qualificationcategory_show_with_user"),
("core", "0021_userprofile_preferred_language_and_more"),
]

operations = [
Expand Down Expand Up @@ -44,7 +44,7 @@ class Migration(migrations.Migration):
(
"block_type",
models.CharField(
choices=[("atomic", "Atomic"), ("composite", "Composite")],
choices=[("atomic", "atomic"), ("composite", "composite")],
max_length=64,
verbose_name="Type",
),
Expand Down

0 comments on commit dcfed85

Please sign in to comment.