diff options
Diffstat (limited to 'db/migrate/045_create_boards.rb')
-rw-r--r-- | db/migrate/045_create_boards.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/045_create_boards.rb b/db/migrate/045_create_boards.rb index 17f2bbbe2..49b15edcc 100644 --- a/db/migrate/045_create_boards.rb +++ b/db/migrate/045_create_boards.rb @@ -1,4 +1,4 @@ -class CreateBoards < ActiveRecord::Migration +class CreateBoards < ActiveRecord::Migration[4.2] def self.up create_table :boards do |t| t.column :project_id, :integer, :null => false |