Commit 9461778e authored by Shinya Maeda's avatar Shinya Maeda

Fix nil

parent b3795b77
...@@ -9,7 +9,7 @@ class DropDefaultValueOnStatusDeployments < ActiveRecord::Migration ...@@ -9,7 +9,7 @@ class DropDefaultValueOnStatusDeployments < ActiveRecord::Migration
disable_ddl_transaction! disable_ddl_transaction!
def up def up
change_column_default :deployments, :status, :nil change_column_default :deployments, :status, nil
end end
def down def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment