Conversation
|
Thanks for opening the PR @jrm86. I have successfully installed Gradebook with these changes in place. One thing to consider is that for installation, simply setting the search path with a command such as Since the import procedures for course schedules and rosters are non-interactive, the previously mentioned command cannot be run. Instead, the default search_path for the user that the import procedure will be run as needs to be changed to the appropriate schemas. This can be done with a command like: In the above command:
|
|
Thanks for the detailed feedback and recommendation, @afig. I've made changes to the import READMEs to address that concern. |
The schema named
Gradebookhas been removed. Allgradebookschema qualifiers have been removed. Privileges on the current schema are revoked from public and granted tocurrent_schemaCloses #74