Skip to content

Commit 0cfe6a3

Browse files
authored
Update migration_table_schema attribute description
Clarified the description of migration_table_schema attribute.
1 parent 2a40f38 commit 0cfe6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pum/config_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class PumModel(PumCustomBaseModel):
7272
PumModel holds some PUM specifics.
7373
7474
Attributes:
75-
migration_table_schema: Name of schema for the migration table.
75+
migration_table_schema: Name of schema for the migration table. The table will always be named `pum_migrations`.
7676
minimum_version: Minimum required version of PUM.
7777
"""
7878

0 commit comments

Comments
 (0)