0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
KC Maddever 2021-08-31 14:43:21 +08:00
Ursprung c394656ed8
Commit 399cc9c220

Datei anzeigen

@ -1,3 +1,4 @@
# frozen_string_literal: true
class SplitCustomWizardLogFields < ActiveRecord::Migration[6.1]
def change
reversible do |dir|
@ -16,8 +17,7 @@ class SplitCustomWizardLogFields < ActiveRecord::Migration[6.1]
next
end
if log_json.key?('message') and log_json['message'].is_a? String
if log_json.key?('message') && log_json['message'].is_a?(String)
attr_strs = []