Roundup Tracker - Issues

Message7896

Author ivanov
Recipients ivanov, rouilj
Date 2023-12-19.01:31:24
Message-id <5e182e69cbb12761e74e85ee37fd49f9@riseup.net>
In-reply-to <20231218194334.8D94F6A01F3@pe15.cs.umb.edu>
> The schema support patch does an explicit set search path to include
> the schema.

After removing the explicit reference to the 'public' schema from the
code, the 'migrate' command works correctly with the non-public schema.

Maybe there is no need to explicitly set the schemas in the
configuration file?

I think that if the 'initialise' command is supposed to check for the
presence of the database and schema first, then it shouldn't only get
the values from the configuration file. It would be better to take them
directly from psycopg if possible.
History
Date User Action Args
2023-12-19 01:31:24ivanovsetrecipients: + ivanov, rouilj
2023-12-19 01:31:24ivanovlinkissue2551299 messages
2023-12-19 01:31:24ivanovcreate