DEV: Apply syntax_tree formatting to db/*

This commit is contained in:
David Taylor
2023-01-09 11:59:41 +00:00
parent cb932d6ee1
commit b0fda61a8e
467 changed files with 1682 additions and 1624 deletions

View File

@@ -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