Merge remote-tracking branch 'parent/main' into upstream-20241101
This commit is contained in:
commit
1c1f76697b
200 changed files with 1931 additions and 741 deletions
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddUntrustedFavouritesCountAndUntrustedReblogsCountToStatusStat < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :status_stats, :untrusted_favourites_count, :bigint, null: true
|
||||
add_column :status_stats, :untrusted_reblogs_count, :bigint, null: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue