This commit is contained in:
Kiara Grouwstra 2024-01-14 18:25:27 +01:00
parent 4239f47c42
commit a8e7b4a08f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
class RemoveBBBFromRoom < ctiveRecord::Migration[6.0]
class RemoveBBBFromRoom < ActiveRecord::Migration[6.0]
def change
remove_column :rooms, :meeting
remove_column :rooms, :attendee_pw
remove_column :rooms, :moderator_pw
end
end
end