-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🗃️ [#1068] -- prepare to move model to other app
- Loading branch information
1 parent
19a4baa
commit 6b9dea1
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
src/openforms/custom_field_types/migrations/0002_alter_familymemberstypeconfig_table.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters