mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Federated "featureable in collections" preference (#37298)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddFeatureApprovalPolicyToAccounts < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :accounts, :feature_approval_policy, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user