Skip to content
Snippets Groups Projects
Verified Commit 6b21a4bf authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Add `DOWNTIME = false` to db/migrate/20160615142710_add_index_on_requested_at_to_members


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bebb620e
No related branches found
No related tags found
No related merge requests found
Pipeline #
class AddIndexOnRequestedAtToMembers < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
 
DOWNTIME = false
disable_ddl_transaction!
 
def change
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