mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 01:34:08 +03:00
parent
ffd2758ebb
commit
9296443e34
@ -7,4 +7,4 @@ WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'test');
|
||||
SELECT 'CREATE USER twenty PASSWORD ''twenty'''
|
||||
WHERE NOT EXISTS (SELECT FROM pg_user WHERE usename = 'twenty');
|
||||
|
||||
ALTER ROLE twenty superuser;
|
||||
SELECT 'ALTER ROLE twenty superuser';
|
||||
|
Loading…
Reference in New Issue
Block a user