Add rails version number to migrations
This commit is contained in:
parent
f773f67958
commit
29a780eb1a
95 changed files with 95 additions and 95 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddWriteNotesPermission < ActiveRecord::Migration
|
||||
class AddWriteNotesPermission < ActiveRecord::Migration[5.0]
|
||||
def up
|
||||
add_column :oauth_tokens, :allow_write_notes, :boolean, :null => false, :default => false
|
||||
add_column :client_applications, :allow_write_notes, :boolean, :null => false, :default => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue