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/table_dropper'
|
||||
require "migration/table_dropper"
|
||||
|
||||
class CreateTopicStatusUpdatesAgain < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
@@ -16,7 +16,7 @@ class CreateTopicStatusUpdatesAgain < ActiveRecord::Migration[4.2]
|
||||
t.integer :category_id
|
||||
end
|
||||
|
||||
Migration::TableDropper.read_only_table('topic_status_updates')
|
||||
Migration::TableDropper.read_only_table("topic_status_updates")
|
||||
end
|
||||
|
||||
def down
|
||||
|
||||
Reference in New Issue
Block a user