Fix: alter role code (#2029)

fix: alter role code
This commit is contained in:
Arijit 2023-10-15 16:31:56 +02:00 committed by GitHub
parent ffd2758ebb
commit 9296443e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';