Hi, Please find the attached minor patch to improve the database migration steps in README.
Thanks, Khushboo
diff --git a/README b/README index 2b2cddc..8c7de55 100644 --- a/README +++ b/README @@ -80,6 +80,7 @@ Create a migration file with the following command: This will create a file in: $PGADMIN4_SRC/web/migrations/versions/ . Add any changes to the 'upgrade' function. +Increment the SCHEMA_VERSION in $PGADMIN4_SRC/web/pgadmin/model/__init__.py file. There is no need to increment the SETTINGS_SCHEMA_VERSION.