mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FIX/FEATURE: don't blow up when can't reach theme's repo, show problem themes on dashboard
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddLastErrorTextToRemoteThemes < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :remote_themes, :last_error_text, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user