Commit 637ed8a2 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Added migration downtime tag

parent ca17e258
# rubocop:disable all
class AddClientsideSentryToApplicationSettings < ActiveRecord::Migration
DOWNTIME = true
DOWNTIME_REASON = 'This migration requires downtime because we must add 2 new columns, 1 of which has a default value.'
def change
change_table :application_settings do |t|
t.boolean :clientside_sentry_enabled, default: false
......
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