mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-29 23:23:10 +01:00
Fix ambiguous column names in tootctl search deploy (#18993)
This commit is contained in:
@@ -84,6 +84,6 @@ class Importer::StatusesIndexImporter < Importer::BaseImporter
|
||||
end
|
||||
|
||||
def local_statuses_scope
|
||||
Status.local.select('id, coalesce(reblog_of_id, id) as status_id')
|
||||
Status.local.select('"statuses"."id", COALESCE("statuses"."reblog_of_id", "statuses"."id") AS status_id')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user