We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40f38 commit 0cfe6a3Copy full SHA for 0cfe6a3
pum/config_model.py
@@ -72,7 +72,7 @@ class PumModel(PumCustomBaseModel):
72
PumModel holds some PUM specifics.
73
74
Attributes:
75
- migration_table_schema: Name of schema for the migration table.
+ migration_table_schema: Name of schema for the migration table. The table will always be named `pum_migrations`.
76
minimum_version: Minimum required version of PUM.
77
"""
78
0 commit comments