-
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.
🗃️ [#4654] Rename the table for objects API group back to default
Now that all migration tests are removed and migrations are squashed, we should be able to perform this schema migration.
- Loading branch information
1 parent
ed90d94
commit cae3716
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
src/openforms/contrib/objects_api/migrations/0005_alter_objectsapigroupconfig_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 4.2.17 on 2025-01-10 15:44 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("objects_api", "0004_alter_objectsapigroupconfig_objects_service_and_more"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelTable( | ||
name="objectsapigroupconfig", | ||
table=None, | ||
), | ||
] |
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