]> cat aescling's git repositories - mastodon.git/commitdiff
Fix SUPERUSER postgres command (#9877)
authorStanislas <angristan@pm.me>
Sun, 27 Jan 2019 22:56:07 +0000 (23:56 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 27 Jan 2019 22:56:07 +0000 (23:56 +0100)
lib/mastodon/migration_helpers.rb

index f5dc7e1c6ec15c3613a36212bf2f99f303077614..146eba8ec66e19af0e301de5e6ca2a0265954f7d 100644 (file)
@@ -889,7 +889,7 @@ table #{table}.
 If you are using PostgreSQL you can solve this by logging in to the GitLab
 database (#{dbname}) using a super user and running:
 
-    ALTER #{user} WITH SUPERUSER
+    ALTER USER #{user} WITH SUPERUSER
 
 For MySQL you instead need to run: