Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-09-19 17:32:48 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ module Mastodon
def supports_add_column_with_default?
version = select_one("SELECT current_setting('server_version_num') AS v")['v'].to_i
version >= 11_000
version >= 110_000
end
# Adds a foreign key with only minimal locking on the tables involved.