Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveProjectFromZoomUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_column :zoom_users, :project_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user