Add required column for Doorkeeper 5
This commit is contained in:
parent
0d9acd3082
commit
99ecb75c83
2 changed files with 11 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddConfidentialToApplications < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :oauth_applications, :confidential, :boolean, null: false, default: true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue