Initial commit
This commit is contained in:
5
db/migrate/20200507110804_add_status_to_zoom_meetings.rb
Normal file
5
db/migrate/20200507110804_add_status_to_zoom_meetings.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddStatusToZoomMeetings < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :zoom_meetings, :status, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user