4b49d21543
* chore: Event for conversation transferred to Bot Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Nithin David <webofnithin@gmail.com>
5 lines
150 B
Ruby
5 lines
150 B
Ruby
class MigrationRemoveLockedFromConversation < ActiveRecord::Migration[6.0]
|
|
def change
|
|
remove_column :conversations, :locked, :boolean
|
|
end
|
|
end
|