Skip to content

Commit

Permalink
[#232] recreate migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Oct 18, 2024
1 parent 1b1a721 commit 7a10195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-10-18 10:38
# Generated by Django 4.2.15 on 2024-10-18 12:57

from django.db import migrations, models

Expand All @@ -15,7 +15,7 @@ class Migration(migrations.Migration):
name="soort_digitaal_adres",
field=models.CharField(
choices=[
("email", "Man"),
("email", "Email"),
("telefoonnummer", "Telefoonnummer"),
("overig", "Overig"),
],
Expand Down

This file was deleted.

0 comments on commit 7a10195

Please sign in to comment.