mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'migration/column_dropper'
|
||||
require "migration/column_dropper"
|
||||
|
||||
class CreateSkippedEmailLogs < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
@@ -44,6 +44,6 @@ class CreateSkippedEmailLogs < ActiveRecord::Migration[5.2]
|
||||
|
||||
execute(sql)
|
||||
|
||||
Migration::ColumnDropper.mark_readonly('email_logs', 'skipped_reason')
|
||||
Migration::ColumnDropper.mark_readonly("email_logs", "skipped_reason")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user