chore: Remove message_signature_enabled from users (#3982)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveMessageSignatureEnabled < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
remove_column :users, :message_signature_enabled, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user