mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Merge commit '90f7b90223ce3212a2bb9746a119bcc9287b3237' into glitch-soc/merge-upstream
Conflicts: - `yarn.lock`: Upstream updated dependencies, including one textually adjacent to a glitch-soc-only dependency. Updated dependencies as upstream did.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddRequireTosInterstitialToUsers < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :users, :require_tos_interstitial, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user