Fixed rails5 warning.

This commit is contained in:
Martin Edenhofer 2016-06-21 17:14:49 +02:00
parent 77214ffcc4
commit 7a13889258

View file

@ -459,7 +459,7 @@ class CreateBase < ActiveRecord::Migration
create_table :external_credentials do |t|
t.string :name
t.string :credentials, limit: 2500, null: false
t.timestamps
t.timestamps null: false
end
create_table :object_manager_attributes do |t|