migrate authorizations scopes column to text
This commit is contained in:
parent
3f77507b15
commit
5df1e08610
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ChangeAuthorizationsScopeColumnToText < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
change_column :authorizations, :scopes, :text
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue