#3: create account in SQL not in Python.

This commit is contained in:
Dominik Pantůček 2025-04-20 17:42:12 +02:00
parent 111a8c9b63
commit c5d1fc3402
3 changed files with 57 additions and 1 deletions

View file

@ -23,6 +23,9 @@
-- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--
-- Require fully-qualified names
SELECT pg_catalog.set_config('search_path', '', false);
DO $upgrade_block$
BEGIN