Skip to content

Commit

Permalink
🗃️ [#1068] -- prepare to move model to other app
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 24, 2022
1 parent 19a4baa commit 6b9dea1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.16 on 2022-11-24 15:42

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("custom_field_types", "0001_initial"),
]

operations = [
migrations.AlterModelTable(
name="familymemberstypeconfig",
table="custom_field_types_familymemberstypeconfig",
),
]
1 change: 1 addition & 0 deletions src/openforms/custom_field_types/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ class FamilyMembersTypeConfig(SingletonModel):

class Meta:
verbose_name = _("Family members type configuration")
db_table = "custom_field_types_familymemberstypeconfig"

0 comments on commit 6b9dea1

Please sign in to comment.