Commit 79460248 authored by James Lopez's avatar James Lopez

add missing migration

parent f940f075
class AddLastRepositorySyncFailureToProjectRegistry < ActiveRecord::Migration
DOWNTIME = false
def change
add_column :project_registry, :last_repository_sync_failure, :string
end
end
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