Fixed rails5 warning.
This commit is contained in:
parent
77214ffcc4
commit
7a13889258
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class CreateBase < ActiveRecord::Migration
|
||||||
create_table :external_credentials do |t|
|
create_table :external_credentials do |t|
|
||||||
t.string :name
|
t.string :name
|
||||||
t.string :credentials, limit: 2500, null: false
|
t.string :credentials, limit: 2500, null: false
|
||||||
t.timestamps
|
t.timestamps null: false
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table :object_manager_attributes do |t|
|
create_table :object_manager_attributes do |t|
|
||||||
|
|
Loading…
Reference in a new issue