Commit 82a18ad9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Don't need to check this old migration

https://dev.gitlab.org/gitlab/gitlabhq/builds/1072446
parent e6b872ea
......@@ -2,6 +2,8 @@
class ConvertClosedToStateInIssue < ActiveRecord::Migration
include Gitlab::Database
DOWNTIME = false
def up
execute "UPDATE #{table_name} SET state = 'closed' WHERE closed = #{true_value}"
execute "UPDATE #{table_name} SET state = 'opened' WHERE closed = #{false_value}"
......
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