about summary refs log tree commit diff
path: root/lib/mastodon/migration_helpers.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-01-28 21:14:47 +0100
committerThibaut Girka <thib@sitedethib.com>2019-01-28 21:14:47 +0100
commit42713b97106ffbeb9406d1a7086082a172fc2141 (patch)
treeb7e90b083ddb3f0db2f64692da363bad87e49d64 /lib/mastodon/migration_helpers.rb
parente488faaa4ae18f33023b4661eeed0d7643cb9d9c (diff)
parent28866d329bafe676ba2c45e3b449be3d1ba6e9ce (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md: kept our version
Diffstat (limited to 'lib/mastodon/migration_helpers.rb')
-rw-r--r--lib/mastodon/migration_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/migration_helpers.rb b/lib/mastodon/migration_helpers.rb
index f5dc7e1c6..146eba8ec 100644
--- a/lib/mastodon/migration_helpers.rb
+++ b/lib/mastodon/migration_helpers.rb
@@ -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: