Skip to content
Snippets Groups Projects
Commit 82a18ad9 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Don't need to check this old migration

parent e6b872ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment