Migrate database and models for study-group-based authorization
This commit is contained in:

committed by
Sebastian Serth

parent
ec4c6207f0
commit
04ed45ea73
8
db/migrate/20220906142603_remove_role_from_users.rb
Normal file
8
db/migrate/20220906142603_remove_role_from_users.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveRoleFromUsers < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
remove_column :external_users, :role
|
||||
remove_column :internal_users, :role
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user