chore: Remove message_signature_enabled from users (#3982)

This commit is contained in:
Pranav Raj S
2022-02-15 12:10:53 +05:30
committed by GitHub
parent 351a3dc372
commit 2591a04c0b
10 changed files with 67 additions and 81 deletions

View File

@@ -0,0 +1,5 @@
class RemoveMessageSignatureEnabled < ActiveRecord::Migration[6.1]
def change
remove_column :users, :message_signature_enabled, :boolean
end
end