According to postgres documentation the public schema should not be used.
Also, as the postgres user can be defined in the postgresserver environment variable, it should also be configurable in the database creation script.
I propose to transform these hardcoded values to variables in the dbcreate and migration scripts so they could be valorized on script execution time
According to postgres documentation the public schema should not be used. Also, as the postgres user can be defined in the postgresserver environment variable, it should also be configurable in the database creation script.
I propose to transform these hardcoded values to variables in the dbcreate and migration scripts so they could be valorized on script execution time